SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-03-15 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 = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 70 |
5 |
56 |
|
|
/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 p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-03-15 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 = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 277 |
4.7 |
31 |
|
|
/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 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-03-15 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 = 52
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") AND p.id_product IN (SELECT `id_product` FROM `ps_feature_product` fp WHERE fp.`id_feature_value` = 31) AND p.id_product IN (SELECT `id_product` FROM `ps_feature_product` fp WHERE fp.`id_feature_value` = 40) AND p.id_product IN (SELECT `id_product` FROM `ps_feature_product` fp WHERE fp.`id_feature_value` = 44)
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 != 52
AND c.nleft >= 366
AND c.nright <= 367
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 = 52)
AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") AND p.id_product IN (SELECT `id_product` FROM `ps_feature_product` fp WHERE fp.`id_feature_value` = 31) AND p.id_product IN (SELECT `id_product` FROM `ps_feature_product` fp WHERE fp.`id_feature_value` = 40) AND p.id_product IN (SELECT `id_product` FROM `ps_feature_product` fp WHERE fp.`id_feature_value` = 44)
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 = 1)
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1)
LEFT JOIN ps_manufacturer m ON (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 |
3.9 |
2158181031776092160 |
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 c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
1.6 |
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 COUNT(DISTINCT lpa.id_product) nbr, lpa.id_attribute_group,
a.color, al.name attribute_name, agl.public_name attribute_group_name , lpa.id_attribute, ag.is_color_group,
liagl.url_name name_url_name, liagl.meta_title name_meta_title, lial.url_name value_url_name, lial.meta_title value_meta_title
FROM ps_layered_product_attribute lpa
INNER JOIN ps_attribute a
ON a.id_attribute = lpa.id_attribute
INNER JOIN ps_attribute_lang al
ON al.id_attribute = a.id_attribute
AND al.id_lang = 1
INNER JOIN (SELECT DISTINCT cp.id_product, p.id_manufacturer, product_shop.condition, p.weight FROM ps_category c
STRAIGHT_JOIN ps_category_product cp ON (c.id_category = cp.id_category AND
c.nleft >= 366
AND c.nright <= 367
AND c.active = 1)
STRAIGHT_JOIN ps_product_shop product_shop ON (product_shop.id_product = cp.id_product
AND product_shop.id_shop = 1)
STRAIGHT_JOIN ps_product p ON (p.id_product=cp.id_product)
WHERE product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog")) p
ON p.id_product = lpa.id_product
INNER JOIN ps_attribute_group ag
ON ag.id_attribute_group = lpa.id_attribute_group
INNER JOIN ps_attribute_group_lang agl
ON agl.id_attribute_group = lpa.id_attribute_group
AND agl.id_lang = 1
LEFT JOIN ps_layered_indexable_attribute_group_lang_value liagl
ON (liagl.id_attribute_group = lpa.id_attribute_group AND liagl.id_lang = 1)
LEFT JOIN ps_layered_indexable_attribute_lang_value lial
ON (lial.id_attribute = lpa.id_attribute AND lial.id_lang = 1)
WHERE lpa.id_attribute_group = 36 AND lpa.`id_shop` = 1
GROUP BY lpa.id_attribute
ORDER BY ag.`position` ASC, a.`position` ASC |
1 |
188300 |
Yes |
|
/modules/ps_facetedsearch/ps_facetedsearch.php:1977
/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 COUNT(DISTINCT lpa.id_product) nbr, lpa.id_attribute_group,
a.color, al.name attribute_name, agl.public_name attribute_group_name , lpa.id_attribute, ag.is_color_group,
liagl.url_name name_url_name, liagl.meta_title name_meta_title, lial.url_name value_url_name, lial.meta_title value_meta_title
FROM ps_layered_product_attribute lpa
INNER JOIN ps_attribute a
ON a.id_attribute = lpa.id_attribute
INNER JOIN ps_attribute_lang al
ON al.id_attribute = a.id_attribute
AND al.id_lang = 1
INNER JOIN (SELECT DISTINCT cp.id_product, p.id_manufacturer, product_shop.condition, p.weight FROM ps_category c
STRAIGHT_JOIN ps_category_product cp ON (c.id_category = cp.id_category AND
c.nleft >= 366
AND c.nright <= 367
AND c.active = 1)
STRAIGHT_JOIN ps_product_shop product_shop ON (product_shop.id_product = cp.id_product
AND product_shop.id_shop = 1)
STRAIGHT_JOIN ps_product p ON (p.id_product=cp.id_product)
WHERE product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog")) p
ON p.id_product = lpa.id_product
INNER JOIN ps_attribute_group ag
ON ag.id_attribute_group = lpa.id_attribute_group
INNER JOIN ps_attribute_group_lang agl
ON agl.id_attribute_group = lpa.id_attribute_group
AND agl.id_lang = 1
LEFT JOIN ps_layered_indexable_attribute_group_lang_value liagl
ON (liagl.id_attribute_group = lpa.id_attribute_group AND liagl.id_lang = 1)
LEFT JOIN ps_layered_indexable_attribute_lang_value lial
ON (lial.id_attribute = lpa.id_attribute AND lial.id_lang = 1)
WHERE lpa.id_attribute_group = 36 AND lpa.`id_shop` = 1 AND EXISTS (SELECT * FROM ps_feature_product fp WHERE fp.id_product = p.id_product AND fp.`id_feature_value` = 31) AND EXISTS (SELECT * FROM ps_feature_product fp WHERE fp.id_product = p.id_product AND fp.`id_feature_value` = 40) AND EXISTS (SELECT * FROM ps_feature_product fp WHERE fp.id_product = p.id_product AND fp.`id_feature_value` = 44)
GROUP BY lpa.id_attribute
ORDER BY ag.`position` ASC, a.`position` ASC |
0.9 |
111638362500 |
Yes |
|
/modules/ps_facetedsearch/ps_facetedsearch.php:1977
/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 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` = 1)
LEFT JOIN `ps_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC |
0.8 |
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 fl.name feature_name, fp.id_feature, fv.id_feature_value, fvl.value,
COUNT(DISTINCT p.id_product) nbr,
lifl.url_name name_url_name, lifl.meta_title name_meta_title, lifvl.url_name value_url_name, lifvl.meta_title value_meta_title
FROM ps_feature_product fp
INNER JOIN (SELECT DISTINCT cp.id_product, p.id_manufacturer, product_shop.condition, p.weight FROM ps_category c
STRAIGHT_JOIN ps_category_product cp ON (c.id_category = cp.id_category AND
c.nleft >= 366
AND c.nright <= 367
AND c.active = 1)
STRAIGHT_JOIN ps_product_shop product_shop ON (product_shop.id_product = cp.id_product
AND product_shop.id_shop = 1)
STRAIGHT_JOIN ps_product p ON (p.id_product=cp.id_product)
WHERE product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog")) p
ON p.id_product = fp.id_product
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = fp.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_value fv ON (fv.id_feature_value = fp.id_feature_value AND (fv.custom IS NULL OR fv.custom = 0))
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = fp.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_layered_indexable_feature_lang_value lifl
ON (lifl.id_feature = fp.id_feature AND lifl.id_lang = 1)
LEFT JOIN ps_layered_indexable_feature_value_lang_value lifvl
ON (lifvl.id_feature_value = fp.id_feature_value AND lifvl.id_lang = 1)
WHERE fp.id_feature = 8 AND EXISTS (SELECT * FROM ps_feature_product fp WHERE fp.id_product = p.id_product AND fp.`id_feature_value` = 31) AND EXISTS (SELECT * FROM ps_feature_product fp WHERE fp.id_product = p.id_product AND fp.`id_feature_value` = 40) AND EXISTS (SELECT * FROM ps_feature_product fp WHERE fp.id_product = p.id_product AND fp.`id_feature_value` = 44)
GROUP BY fv.id_feature_value |
0.6 |
4505850000 |
Yes |
|
/modules/ps_facetedsearch/ps_facetedsearch.php:1977
/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 fl.name feature_name, fp.id_feature, fv.id_feature_value, fvl.value,
COUNT(DISTINCT p.id_product) nbr,
lifl.url_name name_url_name, lifl.meta_title name_meta_title, lifvl.url_name value_url_name, lifvl.meta_title value_meta_title
FROM ps_feature_product fp
INNER JOIN (SELECT DISTINCT cp.id_product, p.id_manufacturer, product_shop.condition, p.weight FROM ps_category c
STRAIGHT_JOIN ps_category_product cp ON (c.id_category = cp.id_category AND
c.nleft >= 366
AND c.nright <= 367
AND c.active = 1)
STRAIGHT_JOIN ps_product_shop product_shop ON (product_shop.id_product = cp.id_product
AND product_shop.id_shop = 1)
STRAIGHT_JOIN ps_product p ON (p.id_product=cp.id_product)
WHERE product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog")) p
ON p.id_product = fp.id_product
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = fp.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_value fv ON (fv.id_feature_value = fp.id_feature_value AND (fv.custom IS NULL OR fv.custom = 0))
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = fp.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_layered_indexable_feature_lang_value lifl
ON (lifl.id_feature = fp.id_feature AND lifl.id_lang = 1)
LEFT JOIN ps_layered_indexable_feature_value_lang_value lifvl
ON (lifvl.id_feature_value = fp.id_feature_value AND lifvl.id_lang = 1)
WHERE fp.id_feature = 5 AND EXISTS (SELECT * FROM ps_feature_product fp WHERE fp.id_product = p.id_product AND fp.`id_feature_value` = 31) AND EXISTS (SELECT * FROM ps_feature_product fp WHERE fp.id_product = p.id_product AND fp.`id_feature_value` = 40) AND EXISTS (SELECT * FROM ps_feature_product fp WHERE fp.id_product = p.id_product AND fp.`id_feature_value` = 44)
GROUP BY fv.id_feature_value |
0.6 |
4505850000 |
Yes |
|
/modules/ps_facetedsearch/ps_facetedsearch.php:1977
/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 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.6 |
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 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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (277) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.5 |
126 |
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:383 /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 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 = 52
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") AND p.id_product IN (SELECT `id_product` FROM `ps_feature_product` fp WHERE fp.`id_feature_value` = 31) AND p.id_product IN (SELECT `id_product` FROM `ps_feature_product` fp WHERE fp.`id_feature_value` = 40) AND p.id_product IN (SELECT `id_product` FROM `ps_feature_product` fp WHERE fp.`id_feature_value` = 44)
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 != 52
AND c.nleft >= 366
AND c.nright <= 367
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 = 52)
AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") AND p.id_product IN (SELECT `id_product` FROM `ps_feature_product` fp WHERE fp.`id_feature_value` = 31) AND p.id_product IN (SELECT `id_product` FROM `ps_feature_product` fp WHERE fp.`id_feature_value` = 40) AND p.id_product IN (SELECT `id_product` FROM `ps_feature_product` fp WHERE fp.`id_feature_value` = 44)
GROUP BY cp.id_product)) ps LIMIT 1 |
0.5 |
1764516281244975104 |
|
|
/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 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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (277) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.5 |
126 |
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:383 /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 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.5 |
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 fl.name feature_name, fp.id_feature, fv.id_feature_value, fvl.value,
COUNT(DISTINCT p.id_product) nbr,
lifl.url_name name_url_name, lifl.meta_title name_meta_title, lifvl.url_name value_url_name, lifvl.meta_title value_meta_title
FROM ps_feature_product fp
INNER JOIN (SELECT DISTINCT cp.id_product, p.id_manufacturer, product_shop.condition, p.weight FROM ps_category c
STRAIGHT_JOIN ps_category_product cp ON (c.id_category = cp.id_category AND
c.nleft >= 366
AND c.nright <= 367
AND c.active = 1)
STRAIGHT_JOIN ps_product_shop product_shop ON (product_shop.id_product = cp.id_product
AND product_shop.id_shop = 1)
STRAIGHT_JOIN ps_product p ON (p.id_product=cp.id_product)
WHERE product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog")) p
ON p.id_product = fp.id_product
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = fp.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_value fv ON (fv.id_feature_value = fp.id_feature_value AND (fv.custom IS NULL OR fv.custom = 0))
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = fp.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_layered_indexable_feature_lang_value lifl
ON (lifl.id_feature = fp.id_feature AND lifl.id_lang = 1)
LEFT JOIN ps_layered_indexable_feature_value_lang_value lifvl
ON (lifvl.id_feature_value = fp.id_feature_value AND lifvl.id_lang = 1)
WHERE fp.id_feature = 4 AND EXISTS (SELECT * FROM ps_feature_product fp WHERE fp.id_product = p.id_product AND fp.`id_feature_value` = 40) AND EXISTS (SELECT * FROM ps_feature_product fp WHERE fp.id_product = p.id_product AND fp.`id_feature_value` = 44)
GROUP BY fv.id_feature_value |
0.5 |
60078000 |
Yes |
|
/modules/ps_facetedsearch/ps_facetedsearch.php:1977
/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 fl.name feature_name, fp.id_feature, fv.id_feature_value, fvl.value,
COUNT(DISTINCT p.id_product) nbr,
lifl.url_name name_url_name, lifl.meta_title name_meta_title, lifvl.url_name value_url_name, lifvl.meta_title value_meta_title
FROM ps_feature_product fp
INNER JOIN (SELECT DISTINCT cp.id_product, p.id_manufacturer, product_shop.condition, p.weight FROM ps_category c
STRAIGHT_JOIN ps_category_product cp ON (c.id_category = cp.id_category AND
c.nleft >= 366
AND c.nright <= 367
AND c.active = 1)
STRAIGHT_JOIN ps_product_shop product_shop ON (product_shop.id_product = cp.id_product
AND product_shop.id_shop = 1)
STRAIGHT_JOIN ps_product p ON (p.id_product=cp.id_product)
WHERE product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog")) p
ON p.id_product = fp.id_product
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = fp.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_value fv ON (fv.id_feature_value = fp.id_feature_value AND (fv.custom IS NULL OR fv.custom = 0))
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = fp.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_layered_indexable_feature_lang_value lifl
ON (lifl.id_feature = fp.id_feature AND lifl.id_lang = 1)
LEFT JOIN ps_layered_indexable_feature_value_lang_value lifvl
ON (lifvl.id_feature_value = fp.id_feature_value AND lifvl.id_lang = 1)
WHERE fp.id_feature = 6 AND EXISTS (SELECT * FROM ps_feature_product fp WHERE fp.id_product = p.id_product AND fp.`id_feature_value` = 31) AND EXISTS (SELECT * FROM ps_feature_product fp WHERE fp.id_product = p.id_product AND fp.`id_feature_value` = 44)
GROUP BY fv.id_feature_value |
0.5 |
48450000 |
Yes |
|
/modules/ps_facetedsearch/ps_facetedsearch.php:1977
/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 fl.name feature_name, fp.id_feature, fv.id_feature_value, fvl.value,
COUNT(DISTINCT p.id_product) nbr,
lifl.url_name name_url_name, lifl.meta_title name_meta_title, lifvl.url_name value_url_name, lifvl.meta_title value_meta_title
FROM ps_feature_product fp
INNER JOIN (SELECT DISTINCT cp.id_product, p.id_manufacturer, product_shop.condition, p.weight FROM ps_category c
STRAIGHT_JOIN ps_category_product cp ON (c.id_category = cp.id_category AND
c.nleft >= 366
AND c.nright <= 367
AND c.active = 1)
STRAIGHT_JOIN ps_product_shop product_shop ON (product_shop.id_product = cp.id_product
AND product_shop.id_shop = 1)
STRAIGHT_JOIN ps_product p ON (p.id_product=cp.id_product)
WHERE product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog")) p
ON p.id_product = fp.id_product
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = fp.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_value fv ON (fv.id_feature_value = fp.id_feature_value AND (fv.custom IS NULL OR fv.custom = 0))
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = fp.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_layered_indexable_feature_lang_value lifl
ON (lifl.id_feature = fp.id_feature AND lifl.id_lang = 1)
LEFT JOIN ps_layered_indexable_feature_value_lang_value lifvl
ON (lifvl.id_feature_value = fp.id_feature_value AND lifvl.id_lang = 1)
WHERE fp.id_feature = 7
GROUP BY fv.id_feature_value |
0.5 |
7600 |
Yes |
|
/modules/ps_facetedsearch/ps_facetedsearch.php:1977
/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 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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (70) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.4 |
90 |
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 fl.name feature_name, fp.id_feature, fv.id_feature_value, fvl.value,
COUNT(DISTINCT p.id_product) nbr,
lifl.url_name name_url_name, lifl.meta_title name_meta_title, lifvl.url_name value_url_name, lifvl.meta_title value_meta_title
FROM ps_feature_product fp
INNER JOIN (SELECT DISTINCT cp.id_product, p.id_manufacturer, product_shop.condition, p.weight FROM ps_category c
STRAIGHT_JOIN ps_category_product cp ON (c.id_category = cp.id_category AND
c.nleft >= 366
AND c.nright <= 367
AND c.active = 1)
STRAIGHT_JOIN ps_product_shop product_shop ON (product_shop.id_product = cp.id_product
AND product_shop.id_shop = 1)
STRAIGHT_JOIN ps_product p ON (p.id_product=cp.id_product)
WHERE product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog")) p
ON p.id_product = fp.id_product
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = fp.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_value fv ON (fv.id_feature_value = fp.id_feature_value AND (fv.custom IS NULL OR fv.custom = 0))
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = fp.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_layered_indexable_feature_lang_value lifl
ON (lifl.id_feature = fp.id_feature AND lifl.id_lang = 1)
LEFT JOIN ps_layered_indexable_feature_value_lang_value lifvl
ON (lifvl.id_feature_value = fp.id_feature_value AND lifvl.id_lang = 1)
WHERE fp.id_feature = 7 AND EXISTS (SELECT * FROM ps_feature_product fp WHERE fp.id_product = p.id_product AND fp.`id_feature_value` = 31) AND EXISTS (SELECT * FROM ps_feature_product fp WHERE fp.id_product = p.id_product AND fp.`id_feature_value` = 40)
GROUP BY fv.id_feature_value |
0.4 |
53010000 |
Yes |
|
/modules/ps_facetedsearch/ps_facetedsearch.php:1977
/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 fl.name feature_name, fp.id_feature, fv.id_feature_value, fvl.value,
COUNT(DISTINCT p.id_product) nbr,
lifl.url_name name_url_name, lifl.meta_title name_meta_title, lifvl.url_name value_url_name, lifvl.meta_title value_meta_title
FROM ps_feature_product fp
INNER JOIN (SELECT DISTINCT cp.id_product, p.id_manufacturer, product_shop.condition, p.weight FROM ps_category c
STRAIGHT_JOIN ps_category_product cp ON (c.id_category = cp.id_category AND
c.nleft >= 366
AND c.nright <= 367
AND c.active = 1)
STRAIGHT_JOIN ps_product_shop product_shop ON (product_shop.id_product = cp.id_product
AND product_shop.id_shop = 1)
STRAIGHT_JOIN ps_product p ON (p.id_product=cp.id_product)
WHERE product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog")) p
ON p.id_product = fp.id_product
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = fp.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_value fv ON (fv.id_feature_value = fp.id_feature_value AND (fv.custom IS NULL OR fv.custom = 0))
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = fp.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_layered_indexable_feature_lang_value lifl
ON (lifl.id_feature = fp.id_feature AND lifl.id_lang = 1)
LEFT JOIN ps_layered_indexable_feature_value_lang_value lifvl
ON (lifvl.id_feature_value = fp.id_feature_value AND lifvl.id_lang = 1)
WHERE fp.id_feature = 4
GROUP BY fv.id_feature_value |
0.4 |
7600 |
Yes |
|
/modules/ps_facetedsearch/ps_facetedsearch.php:1977
/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
|
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 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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (70) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.4 |
90 |
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 fl.name feature_name, fp.id_feature, fv.id_feature_value, fvl.value,
COUNT(DISTINCT p.id_product) nbr,
lifl.url_name name_url_name, lifl.meta_title name_meta_title, lifvl.url_name value_url_name, lifvl.meta_title value_meta_title
FROM ps_feature_product fp
INNER JOIN (SELECT DISTINCT cp.id_product, p.id_manufacturer, product_shop.condition, p.weight FROM ps_category c
STRAIGHT_JOIN ps_category_product cp ON (c.id_category = cp.id_category AND
c.nleft >= 366
AND c.nright <= 367
AND c.active = 1)
STRAIGHT_JOIN ps_product_shop product_shop ON (product_shop.id_product = cp.id_product
AND product_shop.id_shop = 1)
STRAIGHT_JOIN ps_product p ON (p.id_product=cp.id_product)
WHERE product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog")) p
ON p.id_product = fp.id_product
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = fp.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_value fv ON (fv.id_feature_value = fp.id_feature_value AND (fv.custom IS NULL OR fv.custom = 0))
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = fp.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_layered_indexable_feature_lang_value lifl
ON (lifl.id_feature = fp.id_feature AND lifl.id_lang = 1)
LEFT JOIN ps_layered_indexable_feature_value_lang_value lifvl
ON (lifvl.id_feature_value = fp.id_feature_value AND lifvl.id_lang = 1)
WHERE fp.id_feature = 5
GROUP BY fv.id_feature_value |
0.4 |
7600 |
Yes |
|
/modules/ps_facetedsearch/ps_facetedsearch.php:1977
/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 fl.name feature_name, fp.id_feature, fv.id_feature_value, fvl.value,
COUNT(DISTINCT p.id_product) nbr,
lifl.url_name name_url_name, lifl.meta_title name_meta_title, lifvl.url_name value_url_name, lifvl.meta_title value_meta_title
FROM ps_feature_product fp
INNER JOIN (SELECT DISTINCT cp.id_product, p.id_manufacturer, product_shop.condition, p.weight FROM ps_category c
STRAIGHT_JOIN ps_category_product cp ON (c.id_category = cp.id_category AND
c.nleft >= 366
AND c.nright <= 367
AND c.active = 1)
STRAIGHT_JOIN ps_product_shop product_shop ON (product_shop.id_product = cp.id_product
AND product_shop.id_shop = 1)
STRAIGHT_JOIN ps_product p ON (p.id_product=cp.id_product)
WHERE product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog")) p
ON p.id_product = fp.id_product
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = fp.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_value fv ON (fv.id_feature_value = fp.id_feature_value AND (fv.custom IS NULL OR fv.custom = 0))
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = fp.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_layered_indexable_feature_lang_value lifl
ON (lifl.id_feature = fp.id_feature AND lifl.id_lang = 1)
LEFT JOIN ps_layered_indexable_feature_value_lang_value lifvl
ON (lifvl.id_feature_value = fp.id_feature_value AND lifvl.id_lang = 1)
WHERE fp.id_feature = 6
GROUP BY fv.id_feature_value |
0.4 |
7600 |
Yes |
|
/modules/ps_facetedsearch/ps_facetedsearch.php:1977
/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 fl.name feature_name, fp.id_feature, fv.id_feature_value, fvl.value,
COUNT(DISTINCT p.id_product) nbr,
lifl.url_name name_url_name, lifl.meta_title name_meta_title, lifvl.url_name value_url_name, lifvl.meta_title value_meta_title
FROM ps_feature_product fp
INNER JOIN (SELECT DISTINCT cp.id_product, p.id_manufacturer, product_shop.condition, p.weight FROM ps_category c
STRAIGHT_JOIN ps_category_product cp ON (c.id_category = cp.id_category AND
c.nleft >= 366
AND c.nright <= 367
AND c.active = 1)
STRAIGHT_JOIN ps_product_shop product_shop ON (product_shop.id_product = cp.id_product
AND product_shop.id_shop = 1)
STRAIGHT_JOIN ps_product p ON (p.id_product=cp.id_product)
WHERE product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog")) p
ON p.id_product = fp.id_product
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = fp.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_value fv ON (fv.id_feature_value = fp.id_feature_value AND (fv.custom IS NULL OR fv.custom = 0))
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = fp.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_layered_indexable_feature_lang_value lifl
ON (lifl.id_feature = fp.id_feature AND lifl.id_lang = 1)
LEFT JOIN ps_layered_indexable_feature_value_lang_value lifvl
ON (lifvl.id_feature_value = fp.id_feature_value AND lifvl.id_lang = 1)
WHERE fp.id_feature = 8
GROUP BY fv.id_feature_value |
0.3 |
7600 |
Yes |
|
/modules/ps_facetedsearch/ps_facetedsearch.php:1977
/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 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 (82538, 82539, 82540, 82541, 82542, 82543, 82544, 82545, 82546, 82547, 82548, 82549, 82550, 82551, 82552, 82553, 82554, 82555, 82556, 82557, 82558, 82559, 82560, 82561, 82562, 82563, 82564, 82565, 82566, 82567, 82568, 82569, 82570, 82571, 82572, 82573, 82574, 82575, 82576, 82577, 82578, 82579, 82580, 82581, 82582, 82583, 82584, 82585, 82586, 82587, 82588, 82589, 82590, 82591, 82592, 82593, 82594, 82595, 82596, 82597, 82598, 82599, 82600) AND il.`id_lang` = 1 ORDER by i.`position` |
0.3 |
63 |
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 `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 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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (100) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.3 |
42 |
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:383 /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 c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 52
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 *
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/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 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 (16482, 16484, 16486, 16488, 16490, 16491, 16492, 16494, 16496, 16498, 16500, 16502, 16504, 16506, 16508, 16509, 16510, 16577, 16579, 16581, 16583, 16585, 16587, 16589, 16591, 16593, 16597, 16599, 16601, 16603, 16605, 16607, 16609, 81300, 81301, 81302, 81303, 81304, 81309, 81310, 81311, 81316, 81317, 81318, 81319) AND il.`id_lang` = 1 ORDER by i.`position` |
0.3 |
49 |
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 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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (100) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.3 |
42 |
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:383 /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_state` ORDER BY `name` ASC |
0.3 |
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 *
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/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.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 image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 70
ORDER BY `position` |
0.3 |
59 |
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 *
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/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 image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 277
ORDER BY `position` |
0.2 |
64 |
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 *
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 *
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/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 p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-03-15 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 = 1
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 100 |
0.2 |
23 |
|
|
/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 *
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/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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 277
AND pac.`id_product_attribute` = 82543
AND agl.`id_lang` = 1 |
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:383 /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 /classes/controller/FrontController.php:927 /tools/profiling/Controller.php:208 /classes/Dispatcher.php:511 /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/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 *
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 *
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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 277
AND pac.`id_product_attribute` = 82544
AND agl.`id_lang` = 1 |
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:383 /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/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/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 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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 277
AND pac.`id_product_attribute` = 82545
AND agl.`id_lang` = 1 |
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:383 /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 "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 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 (82275, 82276, 82277, 82278, 82279, 82280, 82281, 82282, 82283, 82284, 82285, 82286, 82287, 82288, 82289, 82290, 82291, 82292, 82293, 82294, 82295) AND il.`id_lang` = 1 ORDER by i.`position` |
0.2 |
21 |
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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 277
AND pac.`id_product_attribute` = 82554
AND agl.`id_lang` = 1 |
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:383 /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 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` = 70 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` = 70 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 name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 70
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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 70
AND pac.`id_product_attribute` = 16506
AND agl.`id_lang` = 1 |
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 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.2 |
1 |
Yes |
|
/classes/shop/Shop.php:345
/config/config.inc.php:119 /index.php:27
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 29
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.2 |
7 |
Yes |
Yes |
/override/classes/Category.php:1098
/var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/6e/81/b7/6e81b77fa97fd3d9ab373037da46155154ca1def_2.file.layout-both-columns.tpl.php:101 /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-03-15 00:00:00" AND date_to <= "2025-03-15 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2025-03-15 00:00:00" AND date_from <= "2025-03-15 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2025-03-15 00:00:00" AND date_to > "2025-03-15 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
0.2 |
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 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` = 277 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` = 277 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 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` = 100 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` = 100 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 1 FROM `ps_cart_rule` WHERE date_to >= "2025-03-15 00:00:00" AND date_to <= "2025-03-15 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2025-03-15 00:00:00" AND date_from <= "2025-03-15 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2025-03-15 00:00:00" AND date_to > "2025-03-15 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 name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 277
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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 277
AND pac.`id_product_attribute` = 82542
AND agl.`id_lang` = 1 |
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:383 /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 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` = 82275
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 100 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` = 82275
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 100 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 name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 100
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 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` = 16490
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 70 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` = 16490
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 70 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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 70
AND pac.`id_product_attribute` = 81316
AND agl.`id_lang` = 1 |
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` = 1)
WHERE i.`id_product` = 100
ORDER BY `position` |
0.2 |
22 |
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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 70
AND pac.`id_product_attribute` = 16482
AND agl.`id_lang` = 1 |
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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 277
AND pac.`id_product_attribute` = 82553
AND agl.`id_lang` = 1 |
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:383 /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 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` = 82538
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 277 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` = 82538
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 277 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 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` = 277) |
0.2 |
63 |
|
|
/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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 70
AND pac.`id_product_attribute` = 16490
AND agl.`id_lang` = 1 |
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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 100
AND pac.`id_product_attribute` = 82292
AND agl.`id_lang` = 1 |
0.1 |
2 |
|
|
/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:383 /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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 100
AND pac.`id_product_attribute` = 82275
AND agl.`id_lang` = 1 |
0.1 |
2 |
|
|
/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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 277
AND pac.`id_product_attribute` = 82538
AND agl.`id_lang` = 1 |
0.1 |
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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 100
AND pac.`id_product_attribute` = 82278
AND agl.`id_lang` = 1 |
0.1 |
2 |
|
|
/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:383 /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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 277
AND pac.`id_product_attribute` = 82541
AND agl.`id_lang` = 1 |
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:383 /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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 277
AND pac.`id_product_attribute` = 82589
AND agl.`id_lang` = 1 |
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:383 /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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 277
AND pac.`id_product_attribute` = 82551
AND agl.`id_lang` = 1 |
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:383 /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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 277
AND pac.`id_product_attribute` = 82552
AND agl.`id_lang` = 1 |
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:383 /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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 100
AND pac.`id_product_attribute` = 82276
AND agl.`id_lang` = 1 |
0.1 |
2 |
|
|
/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:383 /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 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 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` = 70
AND cl.`id_lang` = 1 |
0.1 |
8 |
|
|
/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` = 1)
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` = 1)
WHERE pa.`id_product` = 100
AND pac.`id_product_attribute` = 82279
AND agl.`id_lang` = 1 |
0.1 |
2 |
|
|
/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:383 /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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 70
AND pac.`id_product_attribute` = 16605
AND agl.`id_lang` = 1 |
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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 277
AND pac.`id_product_attribute` = 82539
AND agl.`id_lang` = 1 |
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:383 /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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 70
AND pac.`id_product_attribute` = 16589
AND agl.`id_lang` = 1 |
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 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` = 70) |
0.1 |
45 |
|
|
/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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 70
AND pac.`id_product_attribute` = 16581
AND agl.`id_lang` = 1 |
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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 70
AND pac.`id_product_attribute` = 16577
AND agl.`id_lang` = 1 |
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 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.1 |
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` = 1)
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` = 1)
WHERE pa.`id_product` = 100
AND pac.`id_product_attribute` = 82277
AND agl.`id_lang` = 1 |
0.1 |
2 |
|
|
/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:383 /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_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 366) AND (a0.`nright` > 367) AND (a1.`id_lang` = 1)
ORDER BY a0.`nleft` asc |
0.1 |
27 |
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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 277
AND pac.`id_product_attribute` = 82550
AND agl.`id_lang` = 1 |
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:383 /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 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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 100
AND pac.`id_product_attribute` = 82280
AND agl.`id_lang` = 1 |
0.1 |
2 |
|
|
/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:383 /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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 277
AND pac.`id_product_attribute` = 82547
AND agl.`id_lang` = 1 |
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:383 /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 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` = 277
AND cl.`id_lang` = 1 |
0.1 |
7 |
|
|
/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` = 1)
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` = 1)
WHERE pa.`id_product` = 70
AND pac.`id_product_attribute` = 16496
AND agl.`id_lang` = 1 |
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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 277
AND pac.`id_product_attribute` = 82549
AND agl.`id_lang` = 1 |
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:383 /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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 70
AND pac.`id_product_attribute` = 16494
AND agl.`id_lang` = 1 |
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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 277
AND pac.`id_product_attribute` = 82540
AND agl.`id_lang` = 1 |
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:383 /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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 70
AND pac.`id_product_attribute` = 16502
AND agl.`id_lang` = 1 |
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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 70
AND pac.`id_product_attribute` = 16587
AND agl.`id_lang` = 1 |
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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 70
AND pac.`id_product_attribute` = 16509
AND agl.`id_lang` = 1 |
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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 70
AND pac.`id_product_attribute` = 16601
AND agl.`id_lang` = 1 |
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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 100
AND pac.`id_product_attribute` = 82290
AND agl.`id_lang` = 1 |
0.1 |
2 |
|
|
/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:383 /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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 70
AND pac.`id_product_attribute` = 16609
AND agl.`id_lang` = 1 |
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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 70
AND pac.`id_product_attribute` = 16599
AND agl.`id_lang` = 1 |
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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 70
AND pac.`id_product_attribute` = 16607
AND agl.`id_lang` = 1 |
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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 100
AND pac.`id_product_attribute` = 82284
AND agl.`id_lang` = 1 |
0.1 |
2 |
|
|
/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:383 /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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 70
AND pac.`id_product_attribute` = 16488
AND agl.`id_lang` = 1 |
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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 100
AND pac.`id_product_attribute` = 82286
AND agl.`id_lang` = 1 |
0.1 |
2 |
|
|
/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:383 /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 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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 70
AND pac.`id_product_attribute` = 16579
AND agl.`id_lang` = 1 |
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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 70
AND pac.`id_product_attribute` = 16484
AND agl.`id_lang` = 1 |
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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 70
AND pac.`id_product_attribute` = 16508
AND agl.`id_lang` = 1 |
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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 70
AND pac.`id_product_attribute` = 16591
AND agl.`id_lang` = 1 |
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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 100
AND pac.`id_product_attribute` = 82281
AND agl.`id_lang` = 1 |
0.1 |
2 |
|
|
/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:383 /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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 100
AND pac.`id_product_attribute` = 82282
AND agl.`id_lang` = 1 |
0.1 |
2 |
|
|
/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:383 /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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 70
AND pac.`id_product_attribute` = 16498
AND agl.`id_lang` = 1 |
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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 70
AND pac.`id_product_attribute` = 16491
AND agl.`id_lang` = 1 |
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 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` = 100
AND cl.`id_lang` = 1 |
0.1 |
5 |
|
|
/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` = 1)
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` = 1)
WHERE pa.`id_product` = 70
AND pac.`id_product_attribute` = 16597
AND agl.`id_lang` = 1 |
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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 100
AND pac.`id_product_attribute` = 82287
AND agl.`id_lang` = 1 |
0.1 |
2 |
|
|
/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:383 /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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 100
AND pac.`id_product_attribute` = 82285
AND agl.`id_lang` = 1 |
0.1 |
2 |
|
|
/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:383 /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_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 277) 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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 100
AND pac.`id_product_attribute` = 82283
AND agl.`id_lang` = 1 |
0.1 |
2 |
|
|
/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:383 /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_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 70) 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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 70
AND pac.`id_product_attribute` = 16583
AND agl.`id_lang` = 1 |
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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 70
AND pac.`id_product_attribute` = 16500
AND agl.`id_lang` = 1 |
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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 70
AND pac.`id_product_attribute` = 16593
AND agl.`id_lang` = 1 |
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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 70
AND pac.`id_product_attribute` = 16585
AND agl.`id_lang` = 1 |
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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 70
AND pac.`id_product_attribute` = 16486
AND agl.`id_lang` = 1 |
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 SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 687646
AND `date_add` > '2025-03-15 22:10: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 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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 100
AND pac.`id_product_attribute` = 82288
AND agl.`id_lang` = 1 |
0.1 |
2 |
|
|
/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:383 /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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 70
AND pac.`id_product_attribute` = 16603
AND agl.`id_lang` = 1 |
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 SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 100) 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 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` = 1)
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` = 1)
WHERE pa.`id_product` = 70
AND pac.`id_product_attribute` = 16504
AND agl.`id_lang` = 1 |
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 SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE id_category = 52
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.1 |
6 |
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 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` = 100) |
0.1 |
21 |
|
|
/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 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 type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE id_category = 52
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.1 |
6 |
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_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` = 52) 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 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` = 1 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 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 *
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` = 52) 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_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_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` = 29) 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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 52) 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 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` = 100 AND pa.`id_product` = 100 AND pa.`id_product_attribute` = 82275 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 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 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 *
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 *
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 * 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 *
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 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 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` = 277 AND pa.`id_product` = 277 AND pa.`id_product_attribute` = 82538 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 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` = 70 AND pa.`id_product` = 70 AND pa.`id_product_attribute` = 16490 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 `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 70
AND `required` = 1 |
0.1 |
2 |
|
|
/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_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 52) 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_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 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 *
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 *
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 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 *
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` = 82275) 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_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` = 16490) 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_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
|
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` = 82538) 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 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 /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 /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_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 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 `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_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 70 |
0.1 |
45 |
|
|
/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_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 `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_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 `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 277
AND `required` = 1 |
0.1 |
2 |
|
|
/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_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 `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 277 |
0.1 |
63 |
|
|
/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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 70) 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_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:682 /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 *
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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 70 LIMIT 1 |
0.1 |
1 |
|
|
/override/classes/Category.php:1322
/override/classes/Product.php:4806 /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: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 *
FROM `ps_category_lang`
WHERE `id_category` = 52 AND `id_shop` = 1 |
0.1 |
4 |
|
|
/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 id_product = 70 LIMIT 1 |
0.1 |
1 |
|
|
/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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 64 LIMIT 1 |
0.1 |
1 |
|
|
/override/classes/Category.php:1322
/override/classes/Product.php:4806 /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 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` = 16490 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 * FROM `ps_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.1 |
8 |
Yes |
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:149 /controllers/front/listing/CategoryController.php:224 /controllers/front/listing/CategoryController.php:190 /controllers/front/listing/CategoryController.php:103 /tools/profiling/Controller.php:201 /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` = 82275 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` = 100 |
0.1 |
21 |
|
|
/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_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 `id_customization_field`, `type`
FROM `ps_customization_field`
WHERE `id_product` = 100
AND `required` = 1 |
0.1 |
2 |
|
|
/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_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 1 FROM `ps_specific_price` WHERE id_product = 100 LIMIT 1 |
0.1 |
1 |
|
|
/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 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 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` = 82538 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 *
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 1 FROM `ps_specific_price` WHERE id_product = 277 LIMIT 1 |
0.1 |
1 |
|
|
/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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 65 LIMIT 1 |
0.1 |
1 |
|
|
/override/classes/Category.php:1322
/override/classes/Product.php:4806 /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_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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 277) AND (id_product_attribute = 82538) 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 img FROM ps_psograph_images WHERE type = "indexImage" AND id_lang = 1 LIMIT 1 |
0.1 |
1 |
|
|
/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 `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 70 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 = 100) AND (id_product_attribute = 82275) 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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 70) AND (id_product_attribute = 16490) 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 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 *
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_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` = 'pt' 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_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_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_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 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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 70 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_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 *
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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 52 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 ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 52 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 *
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 `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 277 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 `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 `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.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
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 277) 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 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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 100) 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 `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 100 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 name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 64 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 `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 id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
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_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 name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 70 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 name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 65 LIMIT 1 |
< 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 `id_module` FROM `ps_module_shop` WHERE `id_module` = 91 AND `id_shop` = 1 LIMIT 1 |
< 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 `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
< 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_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
< 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` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
< 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_accessory_product_setting` FROM `ps_accessory_product_setting` WHERE `id_product` = 0 LIMIT 1 |
< 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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 277 AND `id_group` = 1 LIMIT 1 |
< 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 `id_module` FROM `ps_module_shop` WHERE `id_module` = 103 AND `id_shop` = 1 LIMIT 1 |
< 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_product_group_reduction_cache`
WHERE `id_product` = 100 AND `id_group` = 1 LIMIT 1 |
< 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
|