SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute=119)) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=1158 AND c.nright<=1275 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=7)) AND ((pac_1.id_attribute=119)) GROUP BY pac.id_attribute |
79071
ms
|
600 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:772<br>/modules/ps_facetedsearch/src/Filters/Block.php:633<br>/modules/ps_facetedsearch/src/Filters/Block.php:146<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (107, 108, 140))) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=1158 AND c.nright<=1275 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=6)) AND ((pac_1.id_attribute IN (107, 108, 140))) GROUP BY pac.id_attribute |
62967
ms
|
90 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:772<br>/modules/ps_facetedsearch/src/Filters/Block.php:633<br>/modules/ps_facetedsearch/src/Filters/Block.php:146<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 2 AND nright <= 2165
AND c.id_category IN (
SELECT id_category
FROM `ps_category_group`
WHERE `id_group` IN (1)
)
ORDER BY `level_depth` ASC, cs.`position` ASC |
7587
ms
|
1083 |
Yes
|
|
/modules/ps_categorytree/ps_categorytree.php:166
/modules/ps_categorytree/ps_categorytree.php:350<br>/modules/ps_categorytree/ps_categorytree.php:330<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:252<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:87<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
ORDER BY c.nleft, c.position |
3817
ms
|
997 |
Yes
|
|
/classes/Category.php:718
/modules/ps_facetedsearch/src/Filters/Block.php:882<br>/modules/ps_facetedsearch/src/Filters/Block.php:154<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute IN (107, 108, 140))) AND ((pac_1.id_attribute=119)) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=1158 AND c.nright<=1275 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock=0)) AND ((pac_1.id_attribute IN (107, 108, 140))) AND ((pac_2.id_attribute=119)) |
3659
ms
|
30000 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:772<br>/modules/ps_facetedsearch/src/Adapter/MySQL.php:750<br>/modules/ps_facetedsearch/src/Filters/Block.php:476<br>/modules/ps_facetedsearch/src/Filters/Block.php:139<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute IN (107, 108, 140))) AND ((pac_1.id_attribute=119)) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=1158 AND c.nright<=1275 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((sa.quantity>0)) AND ((pac_1.id_attribute IN (107, 108, 140))) AND ((pac_2.id_attribute=119)) |
3129
ms
|
30000 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:772<br>/modules/ps_facetedsearch/src/Adapter/MySQL.php:750<br>/modules/ps_facetedsearch/src/Filters/Block.php:501<br>/modules/ps_facetedsearch/src/Filters/Block.php:139<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute IN (107, 108, 140))) AND ((pac_1.id_attribute=119)) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=1158 AND c.nright<=1275 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((sa.out_of_stock IN (1, 2)) OR (sa.quantity>0)) AND ((pac_1.id_attribute IN (107, 108, 140))) AND ((pac_2.id_attribute=119)) |
3031
ms
|
30000 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:772<br>/modules/ps_facetedsearch/src/Adapter/MySQL.php:750<br>/modules/ps_facetedsearch/src/Filters/Block.php:490<br>/modules/ps_facetedsearch/src/Filters/Block.php:139<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.id_manufacturer, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute IN (107, 108, 140))) AND ((pac_1.id_attribute=119)) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=1158 AND c.nright<=1275 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute IN (107, 108, 140))) AND ((pac_1.id_attribute=119)) GROUP BY p.id_manufacturer |
2885
ms
|
30000 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:772<br>/modules/ps_facetedsearch/src/Filters/Block.php:557<br>/modules/ps_facetedsearch/src/Filters/Block.php:142<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="62c71066cf955daedaa691e3ceb38bbc" LIMIT 1 |
2839
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:182
/modules/ps_facetedsearch/src/Product/SearchProvider.php:195<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.id_category, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute IN (107, 108, 140))) AND ((pac_1.id_attribute=119)) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=1158 AND c.nright<=1275 GROUP BY p.id_product) p INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute IN (107, 108, 140))) AND ((pac_1.id_attribute=119)) AND cg.id_group='1' AND c.level_depth<=4 AND c.nleft>1158 AND c.nright<1275 GROUP BY cp.id_category |
2823
ms
|
30000 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:772<br>/modules/ps_facetedsearch/src/Filters/Block.php:888<br>/modules/ps_facetedsearch/src/Filters/Block.php:154<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.condition, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute IN (107, 108, 140))) AND ((pac_1.id_attribute=119)) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=1158 AND c.nright<=1275 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute IN (107, 108, 140))) AND ((pac_1.id_attribute=119)) GROUP BY p.condition |
2716
ms
|
30000 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:772<br>/modules/ps_facetedsearch/src/Filters/Block.php:390<br>/modules/ps_facetedsearch/src/Filters/Block.php:136<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute IN (107, 108, 140))) AND ((pac_1.id_attribute=119)) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=1158 AND c.nright<=1275 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute IN (107, 108, 140))) AND ((pac_1.id_attribute=119)) |
2491
ms
|
30000 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:772<br>/modules/ps_facetedsearch/src/Adapter/MySQL.php:750<br>/modules/ps_facetedsearch/src/Filters/Products.php:94<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:172<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
REPLACE INTO ps_layered_filter_block (hash, data) VALUES ("62c71066cf955daedaa691e3ceb38bbc", "a:1:{s:7:\"filters\";a:8:{i:0;a:7:{s:9:\"type_lite\";s:8:\"category\";s:4:\"type\";s:8:\"category\";s:6:\"id_key\";i:0;s:4:\"name\";s:11:\"Categorías\";s:6:\"values\";a:1:{i:1018;a:2:{s:4:\"name\";s:10:\"ACERO INOX\";s:3:\"nbr\";s:2:\"14\";}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:1;a:10:{s:9:\"type_lite\";s:18:\"id_attribute_group\";s:4:\"type\";s:18:\"id_attribute_group\";s:6:\"id_key\";s:1:\"7\";s:4:\"name\";s:8:\"DIAMETRO\";s:14:\"is_color_group\";b:0;s:6:\"values\";a:16:{i:105;a:4:{s:4:\"name\";s:2:\"80\";s:3:\"nbr\";s:2:\"13\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:106;a:4:{s:4:\"name\";s:3:\"100\";s:3:\"nbr\";s:2:\"13\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:107;a:5:{s:4:\"name\";s:3:\"125\";s:3:\"nbr\";s:2:\"13\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:108;a:5:{s:4:\"name\";s:3:\"150\";s:3:\"nbr\";s:2:\"13\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:109;a:4:{s:4:\"name\";s:3:\"175\";s:3:\"nbr\";s:2:\"13\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:110;a:4:{s:4:\"name\";s:3:\"200\";s:3:\"nbr\";s:2:\"13\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:133;a:4:{s:4:\"name\";s:7:\"125/125\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:136;a:4:{s:4:\"name\";s:7:\"130/125\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:135;a:4:{s:4:\"name\";s:7:\"140/125\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:137;a:4:{s:4:\"name\";s:7:\"150/125\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:138;a:4:{s:4:\"name\";s:7:\"130/150\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:139;a:4:{s:4:\"name\";s:7:\"150/150\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:140;a:5:{s:4:\"name\";s:7:\"150/175\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:141;a:4:{s:4:\"name\";s:7:\"175/175\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:142;a:4:{s:4:\"name\";s:7:\"200/200\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:143;a:4:{s:4:\"name\";s:7:\"250/200\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:2;a:7:{s:9:\"type_lite\";s:8:\"quantity\";s:4:\"type\";s:8:\"quantity\";s:6:\"id_key\";i:0;s:4:\"name\";s:14:\"Disponibilidad\";s:6:\"values\";a:3:{i:0;a:2:{s:4:\"name\";s:13:\"No disponible\";s:3:\"nbr\";i:0;}i:1;a:2:{s:4:\"name\";s:10:\"Disponible\";s:3:\"nbr\";i:14;}i:2;a:2:{s:4:\"name\";s:8:\"En stock\";s:3:\"nbr\";i:4;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:3;a:7:{s:9:\"type_lite\";s:12:\"manufacturer\";s:4:\"type\";s:12:\"manufacturer\";s:6:\"id_key\";i:0;s:4:\"name\";s:5:\"Marca\";s:6:\"values\";a:0:{}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:4;a:7:{s:9:\"type_lite\";s:9:\"condition\";s:4:\"type\";s:9:\"condition\";s:6:\"id_key\";i:0;s:4:\"name\";s:6:\"Estado\";s:6:\"values\";a:3:{s:3:\"new\";a:2:{s:4:\"name\";s:5:\"Nuevo\";s:3:\"nbr\";s:2:\"14\";}s:4:\"used\";a:2:{s:4:\"name\";s:9:\"Utilizado\";s:3:\"nbr\";i:0;}s:11:\"refurbished\";a:2:{s:4:\"name\";s:15:\"Reacondicionado\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:5;a:12:{s:9:\"type_lite\";s:6:\"weight\";s:4:\"type\";s:6:\"weight\";s:6:\"id_key\";i:0;s:4:\"name\";s:4:\"Peso\";s:3:\"max\";d:5;s:3:\"min\";d:2;s:4:\"unit\";s:2:\"kg\";s:14:\"specifications\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:5:\"value\";N;s:3:\"nbr\";i:14;}i:6;a:12:{s:9:\"type_lite\";s:5:\"price\";s:4:\"type\";s:5:\"price\";s:6:\"id_key\";i:0;s:4:\"name\";s:6:\"Precio\";s:3:\"max\";d:62937;s:3:\"min\";d:14;s:4:\"unit\";s:3:\"€\";s:14:\"specifications\";a:11:{s:6:\"symbol\";a:11:{i:0;s:1:\",\";i:1;s:1:\".\";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:12:\"currencyCode\";s:3:\"EUR\";s:14:\"currencySymbol\";s:3:\"€\";s:13:\"numberSymbols\";a:11:{i:0;s:1:\",\";i:1;s:1:\".\";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:15:\"positivePattern\";s:12:\"#,##0.00 ¤\";s:15:\"negativePattern\";s:13:\"-#,##0.00 ¤\";s:17:\"maxFractionDigits\";i:2;s:17:\"minFractionDigits\";i:2;s:12:\"groupingUsed\";b:1;s:16:\"primaryGroupSize\";i:3;s:18:\"secondaryGroupSize\";i:3;}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:3:\"nbr\";i:14;s:5:\"value\";N;}i:7;a:10:{s:9:\"type_lite\";s:18:\"id_attribute_group\";s:4:\"type\";s:18:\"id_attribute_group\";s:6:\"id_key\";s:1:\"6\";s:4:\"name\";s:13:\"ELEGIR MODELO\";s:14:\"is_color_group\";b:0;s:6:\"values\";a:3:{i:120;a:4:{s:4:\"name\";s:14:\" KC ACERO INOX\";s:3:\"nbr\";s:2:\"14\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:119;a:5:{s:4:\"name\";s:19:\"KW ACERO INOX NUEVO\";s:3:\"nbr\";s:2:\"14\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:129;a:4:{s:4:\"name\";s:21:\" KWN ACERO INOX NEGRO\";s:3:\"nbr\";s:2:\"14\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}}}") |
2261
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:207
/modules/ps_facetedsearch/src/Product/SearchProvider.php:202<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute IN (107, 108, 140))) AND ((pac_1.id_attribute=119)) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=1158 AND c.nright<=1275 GROUP BY p.id_product) p INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC LIMIT 0, 12 |
2240
ms
|
10000 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Filters/Products.php:90<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:172<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
INSERT INTO `ps_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0') |
1833
ms
|
1 |
|
|
/classes/ObjectModel.php:578
/classes/ObjectModel.php:535<br>/classes/Guest.php:251<br>/modules/statsdata/statsdata.php:77<br>/modules/statsdata/statsdata.php:68<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:374<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/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` |
1701
ms
|
248 |
Yes
|
Yes
|
/classes/Hook.php:1183
/classes/Hook.php:731<br>/classes/Hook.php:815<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
1591
ms
|
751 |
|
|
/classes/Configuration.php:160
/classes/Configuration.php:209<br>/classes/Configuration.php:297<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE `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 |
1436
ms
|
0 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/classes/tax/TaxManagerFactory.php:67<br>/classes/tax/TaxManagerFactory.php:46<br>/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2024-11-10 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `ps_category_product` cp
LEFT JOIN `ps_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `ps_image_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`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 873 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,12 |
1399
ms
|
984 |
|
|
/classes/Category.php:1057
/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM ps_product p INNER JOIN ps_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 6) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute IN (107, 108, 140))) AND ((pac_1.id_attribute=119)) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=1158 AND c.nright<=1275 |
1381
ms
|
100 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:58<br>/modules/ps_facetedsearch/src/Filters/Block.php:246<br>/modules/ps_facetedsearch/src/Filters/Block.php:130<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE MIN(p.weight) as min, MAX(p.weight) as max FROM ps_product p INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((pac.id_attribute IN (107, 108, 140))) AND ((pac_1.id_attribute=119)) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=1158 AND c.nright<=1275 |
1338
ms
|
100 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:737<br>/modules/ps_facetedsearch/src/Filters/Block.php:335<br>/modules/ps_facetedsearch/src/Filters/Block.php:133<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
1231
ms
|
248 |
|
|
/classes/Hook.php:504
/classes/Hook.php:544<br>/classes/tax/TaxManagerFactory.php:67<br>/classes/tax/TaxManagerFactory.php:46<br>/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
INSERT INTO `ps_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('1853623', '159', '316567109', '', '1', '1', '2024-11-10 21:05:41') |
1209
ms
|
1 |
|
|
/classes/ObjectModel.php:578
/classes/Connection.php:174<br>/classes/Connection.php:97<br>/modules/statsdata/statsdata.php:111<br>/modules/statsdata/statsdata.php:69<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:374<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `ps_manufacturer` m INNER JOIN ps_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ps_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
868
ms
|
47 |
Yes
|
|
/classes/Manufacturer.php:207
/modules/ps_facetedsearch/src/Filters/Block.php:548<br>/modules/ps_facetedsearch/src/Filters/Block.php:142<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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 (15336) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
839
ms
|
120 |
Yes
|
Yes
|
/classes/Product.php:4487
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/05/03/fb/0503fbfa05e3756ef8abd51ba2c69e4af1bb0abf_2.file.product.tpl.php:251<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/05/03/fb/0503fbfa05e3756ef8abd51ba2c69e4af1bb0abf_2.file.product.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/82/22/8f/82228f05c3c276b972907998594c8c275027813d_2.file.productlist.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/10/24/f8/1024f8c05f401507f32cece10f6391ffecd3352c_2.file.products.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 873
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
823
ms
|
7 |
Yes
|
Yes
|
/classes/Category.php:919
/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15379 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` = 15379 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
745
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-11-10 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 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 15372
LIMIT 1 |
638
ms
|
19 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 1158) AND (a0.`nright` > 1275) AND (a1.`id_lang` = 1)
ORDER BY a0.`nleft` asc |
615
ms
|
1083 |
Yes
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/controllers/front/listing/CategoryController.php:241<br>/classes/controller/FrontController.php:1736<br>/classes/controller/FrontController.php:533<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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 (15377) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
598
ms
|
72 |
Yes
|
Yes
|
/classes/Product.php:4487
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/05/03/fb/0503fbfa05e3756ef8abd51ba2c69e4af1bb0abf_2.file.product.tpl.php:251<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/05/03/fb/0503fbfa05e3756ef8abd51ba2c69e4af1bb0abf_2.file.product.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/82/22/8f/82228f05c3c276b972907998594c8c275027813d_2.file.productlist.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/10/24/f8/1024f8c05f401507f32cece10f6391ffecd3352c_2.file.products.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:05:41" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:05:41" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
590
ms
|
1 |
Yes
|
|
/modules/minpurchase/classes/MinpurchaseConfiguration.php:236
/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
589
ms
|
767 |
|
|
/classes/Hook.php:1283
/classes/Hook.php:786<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14014 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` = 14014 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
542
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-11-10 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 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 15378
LIMIT 1 |
526
ms
|
19 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 15374
AND pa.`id_product_attribute` = 1641
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
526
ms
|
2 |
|
Yes
|
/classes/Product.php:2839
/modules/minpurchase/classes/MinpurchaseConfiguration.php:243<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-11-10 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 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 15336
LIMIT 1 |
519
ms
|
31 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-11-10 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 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 15374
LIMIT 1 |
519
ms
|
19 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
517
ms
|
767 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/classes/Hook.php:824<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-11-10 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 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 15380
LIMIT 1 |
517
ms
|
19 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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 (15374) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
514
ms
|
72 |
Yes
|
Yes
|
/classes/Product.php:4487
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/05/03/fb/0503fbfa05e3756ef8abd51ba2c69e4af1bb0abf_2.file.product.tpl.php:251<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/05/03/fb/0503fbfa05e3756ef8abd51ba2c69e4af1bb0abf_2.file.product.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/82/22/8f/82228f05c3c276b972907998594c8c275027813d_2.file.productlist.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/10/24/f8/1024f8c05f401507f32cece10f6391ffecd3352c_2.file.products.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 7 ORDER BY agl.`name` ASC, a.`position` ASC |
504
ms
|
18 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:627<br>/modules/ps_facetedsearch/src/Filters/Block.php:146<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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`, pa.`mpn`
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` = 15374
AND pac.`id_product_attribute` = 1641
AND agl.`id_lang` = 1 |
502
ms
|
2 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 15379
AND pa.`id_product_attribute` = 1713
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
500
ms
|
2 |
|
Yes
|
/classes/Product.php:2839
/modules/minpurchase/classes/MinpurchaseConfiguration.php:243<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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`, pa.`mpn`
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` = 15379
AND pac.`id_product_attribute` = 1713
AND agl.`id_lang` = 1 |
489
ms
|
2 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-11-10 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 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 15376
LIMIT 1 |
487
ms
|
19 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_cookiesplus_finality cf LEFT JOIN ps_cookiesplus_finality_lang cfl on cf.`id_cookiesplus_finality` = cfl.`id_cookiesplus_finality`
WHERE
cfl.`id_lang` = 1 AND cf.`active` = 1 AND cf.`id_shop` = 1
ORDER BY `position`; |
484
ms
|
16 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusFinality.php:98
/modules/cookiesplus/cookiesplus.php:2294<br>/modules/cookiesplus/cookiesplus.php:1728<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 7 ORDER BY agl.`name` ASC, a.`position` ASC |
474
ms
|
18 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Converter.php:378<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:155<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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 (15363) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
474
ms
|
72 |
Yes
|
Yes
|
/classes/Product.php:4487
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/05/03/fb/0503fbfa05e3756ef8abd51ba2c69e4af1bb0abf_2.file.product.tpl.php:251<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/05/03/fb/0503fbfa05e3756ef8abd51ba2c69e4af1bb0abf_2.file.product.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/82/22/8f/82228f05c3c276b972907998594c8c275027813d_2.file.productlist.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/10/24/f8/1024f8c05f401507f32cece10f6391ffecd3352c_2.file.products.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-11-10 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 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 15373
LIMIT 1 |
474
ms
|
19 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'ibericadelcalor.es' OR su.domain_ssl = 'ibericadelcalor.es')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
474
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1350
/classes/shop/Shop.php:341<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE 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 (15380) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
473
ms
|
72 |
Yes
|
Yes
|
/classes/Product.php:4487
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/05/03/fb/0503fbfa05e3756ef8abd51ba2c69e4af1bb0abf_2.file.product.tpl.php:251<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/05/03/fb/0503fbfa05e3756ef8abd51ba2c69e4af1bb0abf_2.file.product.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/82/22/8f/82228f05c3c276b972907998594c8c275027813d_2.file.productlist.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/10/24/f8/1024f8c05f401507f32cece10f6391ffecd3352c_2.file.products.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/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 (15376) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
472
ms
|
72 |
Yes
|
Yes
|
/classes/Product.php:4487
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/05/03/fb/0503fbfa05e3756ef8abd51ba2c69e4af1bb0abf_2.file.product.tpl.php:251<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/05/03/fb/0503fbfa05e3756ef8abd51ba2c69e4af1bb0abf_2.file.product.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/82/22/8f/82228f05c3c276b972907998594c8c275027813d_2.file.productlist.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/10/24/f8/1024f8c05f401507f32cece10f6391ffecd3352c_2.file.products.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_datosnavsuperior WHERE `id_lang` = "1" and `id_store`="1" LIMIT 1 |
467
ms
|
1 |
|
|
/modules/datosnavsuperior/datosnavsuperior.php:778
/modules/datosnavsuperior/datosnavsuperior.php:158<br>/modules/datosnavsuperior/datosnavsuperior.php:122<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/e0/6c/7b/e06c7b5d5f94773a67b64c4e08c56ea9579a96a9_2.file.header.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/e0/6c/7b/e06c7b5d5f94773a67b64c4e08c56ea9579a96a9_2.file.header.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:193<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-11-10 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 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 15363
LIMIT 1 |
463
ms
|
19 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 15336
AND pa.`id_product_attribute` = 1965
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
458
ms
|
2 |
|
Yes
|
/classes/Product.php:2839
/modules/minpurchase/classes/MinpurchaseConfiguration.php:243<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-11-10 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 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 15377
LIMIT 1 |
450
ms
|
19 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 15372
AND pa.`id_product_attribute` = 1605
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
449
ms
|
2 |
|
Yes
|
/classes/Product.php:2839
/modules/minpurchase/classes/MinpurchaseConfiguration.php:243<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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 (15373) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
447
ms
|
72 |
Yes
|
Yes
|
/classes/Product.php:4487
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/05/03/fb/0503fbfa05e3756ef8abd51ba2c69e4af1bb0abf_2.file.product.tpl.php:251<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/05/03/fb/0503fbfa05e3756ef8abd51ba2c69e4af1bb0abf_2.file.product.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/82/22/8f/82228f05c3c276b972907998594c8c275027813d_2.file.productlist.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/10/24/f8/1024f8c05f401507f32cece10f6391ffecd3352c_2.file.products.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/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 (15370) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
444
ms
|
72 |
Yes
|
Yes
|
/classes/Product.php:4487
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/05/03/fb/0503fbfa05e3756ef8abd51ba2c69e4af1bb0abf_2.file.product.tpl.php:251<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/05/03/fb/0503fbfa05e3756ef8abd51ba2c69e4af1bb0abf_2.file.product.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/82/22/8f/82228f05c3c276b972907998594c8c275027813d_2.file.productlist.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/10/24/f8/1024f8c05f401507f32cece10f6391ffecd3352c_2.file.products.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15373 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` = 15373 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
444
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 15371
AND pa.`id_product_attribute` = 1587
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
436
ms
|
2 |
|
Yes
|
/classes/Product.php:2839
/modules/minpurchase/classes/MinpurchaseConfiguration.php:243<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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 (15378) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
435
ms
|
72 |
Yes
|
Yes
|
/classes/Product.php:4487
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/05/03/fb/0503fbfa05e3756ef8abd51ba2c69e4af1bb0abf_2.file.product.tpl.php:251<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/05/03/fb/0503fbfa05e3756ef8abd51ba2c69e4af1bb0abf_2.file.product.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/82/22/8f/82228f05c3c276b972907998594c8c275027813d_2.file.productlist.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/10/24/f8/1024f8c05f401507f32cece10f6391ffecd3352c_2.file.products.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 15376
AND pa.`id_product_attribute` = 1659
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
435
ms
|
2 |
|
Yes
|
/classes/Product.php:2839
/modules/minpurchase/classes/MinpurchaseConfiguration.php:243<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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 (15379) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
435
ms
|
72 |
Yes
|
Yes
|
/classes/Product.php:4487
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/05/03/fb/0503fbfa05e3756ef8abd51ba2c69e4af1bb0abf_2.file.product.tpl.php:251<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/05/03/fb/0503fbfa05e3756ef8abd51ba2c69e4af1bb0abf_2.file.product.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/82/22/8f/82228f05c3c276b972907998594c8c275027813d_2.file.productlist.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/10/24/f8/1024f8c05f401507f32cece10f6391ffecd3352c_2.file.products.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 1713
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15379 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` = 1713
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 15379 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
434
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15374 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` = 15374 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
433
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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 (15371) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
432
ms
|
72 |
Yes
|
Yes
|
/classes/Product.php:4487
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/05/03/fb/0503fbfa05e3756ef8abd51ba2c69e4af1bb0abf_2.file.product.tpl.php:251<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/05/03/fb/0503fbfa05e3756ef8abd51ba2c69e4af1bb0abf_2.file.product.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/82/22/8f/82228f05c3c276b972907998594c8c275027813d_2.file.productlist.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/10/24/f8/1024f8c05f401507f32cece10f6391ffecd3352c_2.file.products.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15376 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` = 15376 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
432
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 1641
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15374 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` = 1641
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 15374 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
429
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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 (15372) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
428
ms
|
72 |
Yes
|
Yes
|
/classes/Product.php:4487
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/05/03/fb/0503fbfa05e3756ef8abd51ba2c69e4af1bb0abf_2.file.product.tpl.php:251<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/05/03/fb/0503fbfa05e3756ef8abd51ba2c69e4af1bb0abf_2.file.product.tpl.php:27<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/82/22/8f/82228f05c3c276b972907998594c8c275027813d_2.file.productlist.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/10/24/f8/1024f8c05f401507f32cece10f6391ffecd3352c_2.file.products.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:203<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14011 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` = 14011 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
426
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15372 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` = 15372 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
424
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 6 ORDER BY agl.`name` ASC, a.`position` ASC |
420
ms
|
3 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:627<br>/modules/ps_facetedsearch/src/Filters/Block.php:146<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:200<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 15376
ORDER BY f.position ASC |
418
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 1605
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15372 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` = 1605
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 15372 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
415
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-11-10 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 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 15379
LIMIT 1 |
414
ms
|
19 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `ps_attribute_group` ag INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `ps_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 1) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC |
411
ms
|
4 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:137
/modules/ps_facetedsearch/src/Filters/Converter.php:364<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:155<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 15373
AND pa.`id_product_attribute` = 1623
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
406
ms
|
2 |
|
Yes
|
/classes/Product.php:2839
/modules/minpurchase/classes/MinpurchaseConfiguration.php:243<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15373) AND (b.`id_shop` = 1) LIMIT 1 |
400
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14016 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` = 14016 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
398
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 531 LIMIT 1 |
396
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 15378
AND pa.`id_product_attribute` = 1695
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
395
ms
|
2 |
|
Yes
|
/classes/Product.php:2839
/modules/minpurchase/classes/MinpurchaseConfiguration.php:243<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:05:40" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:05:40" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
393
ms
|
1 |
Yes
|
|
/modules/minpurchase/classes/MinpurchaseConfiguration.php:236
/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14015 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` = 14015 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
393
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14004
ORDER BY f.position ASC |
392
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 1677
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15377 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` = 1677
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 15377 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
391
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-11-10 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 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 15371
LIMIT 1 |
387
ms
|
19 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 1659
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15376 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` = 1659
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 15376 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
387
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-11-10 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 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 15370
LIMIT 1 |
382
ms
|
19 |
|
|
/classes/ProductAssembler.php:106
/classes/ProductAssembler.php:125<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 15371 |
382
ms
|
18 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 15377
AND pa.`id_product_attribute` = 1677
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
381
ms
|
2 |
|
Yes
|
/classes/Product.php:2839
/modules/minpurchase/classes/MinpurchaseConfiguration.php:243<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 15374
ORDER BY `position` |
379
ms
|
2 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15380 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` = 15380 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
377
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 15371
ORDER BY f.position ASC |
377
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15363 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` = 15363 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
374
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15378 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` = 15378 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
373
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 1659 LIMIT 1 |
373
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 15373) |
369
ms
|
18 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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`, pa.`mpn`
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` = 15371
AND pac.`id_product_attribute` = 1587
AND agl.`id_lang` = 1 |
369
ms
|
2 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
367
ms
|
1 |
Yes
|
|
/classes/Currency.php:709
/src/Adapter/Currency/CurrencyDataProvider.php:84<br>/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
366
ms
|
72 |
|
|
/classes/module/Module.php:340
/modules/cookiesplus/cookiesplus.php:51<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 15336) |
365
ms
|
30 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15377 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` = 15377 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
365
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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`, pa.`mpn`
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` = 15376
AND pac.`id_product_attribute` = 1659
AND agl.`id_lang` = 1 |
363
ms
|
2 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14000 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` = 14000 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
362
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14003 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` = 14003 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
359
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 15379
ORDER BY f.position ASC |
358
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_cookiesplus_cookie cc LEFT JOIN ps_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 1
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
357
ms
|
65 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:118
/modules/cookiesplus/cookiesplus.php:1338<br>/modules/cookiesplus/cookiesplus.php:1488<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:374<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 1695
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15378 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` = 1695
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 15378 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
357
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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`, pa.`mpn`
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` = 15378
AND pac.`id_product_attribute` = 1695
AND agl.`id_lang` = 1 |
355
ms
|
2 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 15377) |
354
ms
|
18 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 15363
AND pa.`id_product_attribute` = 1498
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
351
ms
|
2 |
|
Yes
|
/classes/Product.php:2839
/modules/minpurchase/classes/MinpurchaseConfiguration.php:243<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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 (1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587) AND il.`id_lang` = 1 ORDER by i.`position` |
350
ms
|
18 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14004) LIMIT 1 |
347
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15371 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` = 15371 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
344
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15336 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` = 15336 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
344
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 0
AND pa.`id_product_attribute` = 0
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
344
ms
|
0 |
|
Yes
|
/classes/Product.php:2839
/modules/minpurchase/classes/MinpurchaseConfiguration.php:243<br>/override/classes/Cart.php:37<br>/src/Adapter/Presenter/Cart/CartPresenter.php:327<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14015
ORDER BY f.position ASC |
343
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 1623
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15373 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` = 1623
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 15373 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
340
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 15377
ORDER BY f.position ASC |
340
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 15370
AND pa.`id_product_attribute` = 1569
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
338
ms
|
2 |
|
Yes
|
/classes/Product.php:2839
/modules/minpurchase/classes/MinpurchaseConfiguration.php:243<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'category'
AND id_category = 873
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
337
ms
|
8 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:61
/modules/ps_facetedsearch/src/Filters/Converter.php:251<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:155<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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 (1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605) AND il.`id_lang` = 1 ORDER by i.`position` |
337
ms
|
18 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14001 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` = 14001 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
335
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15380) AND (b.`id_shop` = 1) LIMIT 1 |
335
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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`, pa.`mpn`
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` = 15363
AND pac.`id_product_attribute` = 1498
AND agl.`id_lang` = 1 |
334
ms
|
2 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15374) AND (b.`id_shop` = 1) LIMIT 1 |
332
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 15374
AND image_shop.`cover` = 1 LIMIT 1 |
330
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 15379 AND id_shop=1 LIMIT 1 |
330
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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 (1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641) AND il.`id_lang` = 1 ORDER by i.`position` |
330
ms
|
18 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 15374) |
328
ms
|
18 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 14016
AND pa.`id_product_attribute` = 0
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
328
ms
|
0 |
|
Yes
|
/classes/Product.php:2839
/modules/minpurchase/classes/MinpurchaseConfiguration.php:243<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 1569
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15370 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` = 1569
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 15370 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
327
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 15372) |
327
ms
|
18 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:05:41" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:05:41" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
327
ms
|
1 |
Yes
|
|
/modules/minpurchase/classes/MinpurchaseConfiguration.php:236
/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14016
ORDER BY f.position ASC |
326
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cc.name
FROM ps_cookiesplus_cookie cc LEFT JOIN ps_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 1
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
326
ms
|
65 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:118
/modules/cookiesplus/cookiesplus.php:1223<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15376) AND (b.`id_shop` = 1) LIMIT 1 |
325
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14000
AND image_shop.`cover` = 1 LIMIT 1 |
325
ms
|
4 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15379) AND (b.`id_shop` = 1) LIMIT 1 |
325
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15379) LIMIT 1 |
324
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 1587
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15371 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` = 1587
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 15371 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
324
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 15371
ORDER BY `position` |
324
ms
|
2 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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`, pa.`mpn`
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` = 15377
AND pac.`id_product_attribute` = 1677
AND agl.`id_lang` = 1 |
323
ms
|
2 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 6 ORDER BY agl.`name` ASC, a.`position` ASC |
322
ms
|
3 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Converter.php:378<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:155<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15370 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` = 15370 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
322
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 15374
ORDER BY f.position ASC |
321
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 15376
AND image_shop.`cover` = 1 LIMIT 1 |
321
ms
|
1 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14004 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` = 14004 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
321
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14002 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` = 14002 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
320
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15374) LIMIT 1 |
319
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 15380
AND pa.`id_product_attribute` = 1731
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
318
ms
|
2 |
|
Yes
|
/classes/Product.php:2839
/modules/minpurchase/classes/MinpurchaseConfiguration.php:243<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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`, pa.`mpn`
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` = 15370
AND pac.`id_product_attribute` = 1569
AND agl.`id_lang` = 1 |
315
ms
|
2 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
312
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:711
/classes/shop/Shop.php:770<br>/classes/Configuration.php:294<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT 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` = 14012 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` = 14012 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
312
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14013 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` = 14013 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
309
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14003
ORDER BY f.position ASC |
304
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 14004
AND pa.`id_product_attribute` = 0
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
302
ms
|
0 |
|
Yes
|
/classes/Product.php:2839
/modules/minpurchase/classes/MinpurchaseConfiguration.php:243<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14010 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` = 14010 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
302
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15377) AND (b.`id_shop` = 1) LIMIT 1 |
301
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15378) AND (b.`id_shop` = 1) LIMIT 1 |
301
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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`, pa.`mpn`
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` = 15336
AND pac.`id_product_attribute` = 1965
AND agl.`id_lang` = 1 |
297
ms
|
2 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:05:41" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:05:41" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
297
ms
|
1 |
Yes
|
|
/modules/minpurchase/classes/MinpurchaseConfiguration.php:236
/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 14014
AND pa.`id_product_attribute` = 0
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
296
ms
|
0 |
|
Yes
|
/classes/Product.php:2839
/modules/minpurchase/classes/MinpurchaseConfiguration.php:243<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 15378
ORDER BY f.position ASC |
293
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
292
ms
|
72 |
|
|
/classes/module/Module.php:340
/modules/ps_checkout/ps_checkout.php:167<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:525<br>/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`, pa.`mpn`
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` = 15372
AND pac.`id_product_attribute` = 1605
AND agl.`id_lang` = 1 |
290
ms
|
2 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 1677) LIMIT 1 |
290
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5810<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15373) LIMIT 1 |
289
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 1731
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15380 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` = 1731
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 15380 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
289
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 15379
ORDER BY `position` |
289
ms
|
2 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 1498
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15363 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` = 1498
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 15363 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
289
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15372) AND (b.`id_shop` = 1) LIMIT 1 |
287
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 15372
ORDER BY f.position ASC |
287
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 15372
ORDER BY `position` |
286
ms
|
2 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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`, pa.`mpn`
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` = 15373
AND pac.`id_product_attribute` = 1623
AND agl.`id_lang` = 1 |
286
ms
|
2 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:05:41" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:05:41" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
286
ms
|
1 |
Yes
|
|
/modules/minpurchase/classes/MinpurchaseConfiguration.php:236
/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 15373
ORDER BY f.position ASC |
285
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
284
ms
|
37 |
Yes
|
|
/classes/Dispatcher.php:650
/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15372) LIMIT 1 |
283
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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 (1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695) AND il.`id_lang` = 1 ORDER by i.`position` |
283
ms
|
18 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14015) AND (b.`id_shop` = 1) LIMIT 1 |
281
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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 (1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659) AND il.`id_lang` = 1 ORDER by i.`position` |
280
ms
|
18 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14000
ORDER BY f.position ASC |
280
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
279
ms
|
72 |
|
|
/classes/module/Module.php:340
/modules/ps_mbo/ps_mbo.php:178<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:364<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 1965
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15336 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` = 1965
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 15336 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
279
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 15380
ORDER BY f.position ASC |
279
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 15376
ORDER BY `position` |
278
ms
|
1 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 15377
ORDER BY `position` |
277
ms
|
1 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 15336
ORDER BY `position` |
277
ms
|
2 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14004) AND (b.`id_shop` = 1) LIMIT 1 |
276
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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`, pa.`mpn`
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` = 15380
AND pac.`id_product_attribute` = 1731
AND agl.`id_lang` = 1 |
273
ms
|
2 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14016) LIMIT 1 |
273
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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 (1696, 1697, 1698, 1699, 1700, 1701, 1702, 1703, 1704, 1705, 1706, 1707, 1708, 1709, 1710, 1711, 1712, 1713) AND il.`id_lang` = 1 ORDER by i.`position` |
272
ms
|
18 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 14000
AND pa.`id_product_attribute` = 0
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
271
ms
|
0 |
|
Yes
|
/classes/Product.php:2839
/modules/minpurchase/classes/MinpurchaseConfiguration.php:243<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14010) AND (b.`id_shop` = 1) LIMIT 1 |
268
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 15373
ORDER BY `position` |
267
ms
|
2 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 14012
AND pa.`id_product_attribute` = 0
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
267
ms
|
0 |
|
Yes
|
/classes/Product.php:2839
/modules/minpurchase/classes/MinpurchaseConfiguration.php:243<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
267
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14014
ORDER BY f.position ASC |
267
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 15376) |
267
ms
|
18 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 15370
ORDER BY f.position ASC |
266
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:05:41" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:05:41" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
265
ms
|
1 |
Yes
|
|
/modules/minpurchase/classes/MinpurchaseConfiguration.php:236
/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 14015
AND pa.`id_product_attribute` = 0
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
265
ms
|
0 |
|
Yes
|
/classes/Product.php:2839
/modules/minpurchase/classes/MinpurchaseConfiguration.php:243<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 15373
AND image_shop.`cover` = 1 LIMIT 1 |
265
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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 (1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677) AND il.`id_lang` = 1 ORDER by i.`position` |
264
ms
|
18 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 14003
AND pa.`id_product_attribute` = 0
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
263
ms
|
0 |
|
Yes
|
/classes/Product.php:2839
/modules/minpurchase/classes/MinpurchaseConfiguration.php:243<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 10
AND tr.`id_state` IN (0, 383)
AND ('28027 ' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '28027 ')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
262
ms
|
2 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3895<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14013
ORDER BY f.position ASC |
261
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 1853623
AND `date_add` > '2024-11-10 20:35:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
261
ms
|
1 |
Yes
|
|
/classes/Connection.php:154
/classes/Connection.php:97<br>/modules/statsdata/statsdata.php:111<br>/modules/statsdata/statsdata.php:69<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:374<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14010
ORDER BY f.position ASC |
260
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 15363
ORDER BY f.position ASC |
260
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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 (1965, 1966, 1967, 1968, 1969, 1970, 1971, 1972, 1973, 1974, 1983, 1984, 1985, 1986, 1987, 1988, 1989, 1990, 1991, 1992, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010) AND il.`id_lang` = 1 ORDER by i.`position` |
260
ms
|
36 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 15374 AND pa.`id_product` = 15374 AND pa.`id_product_attribute` = 1641 LIMIT 1 |
260
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14014) AND (b.`id_shop` = 1) LIMIT 1 |
258
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15376) LIMIT 1 |
257
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15336) LIMIT 1 |
257
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:05:41" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:05:41" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
256
ms
|
1 |
Yes
|
|
/modules/minpurchase/classes/MinpurchaseConfiguration.php:236
/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 14013
AND pa.`id_product_attribute` = 0
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
256
ms
|
0 |
|
Yes
|
/classes/Product.php:2839
/modules/minpurchase/classes/MinpurchaseConfiguration.php:243<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14000) AND (b.`id_shop` = 1) LIMIT 1 |
256
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14016) AND (b.`id_shop` = 1) LIMIT 1 |
255
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 14011
AND pa.`id_product_attribute` = 0
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
254
ms
|
0 |
|
Yes
|
/classes/Product.php:2839
/modules/minpurchase/classes/MinpurchaseConfiguration.php:243<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14001) AND (b.`id_shop` = 1) LIMIT 1 |
254
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14011) AND (b.`id_shop` = 1) LIMIT 1 |
254
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 14010
AND pa.`id_product_attribute` = 0
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
254
ms
|
0 |
|
Yes
|
/classes/Product.php:2839
/modules/minpurchase/classes/MinpurchaseConfiguration.php:243<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 14002
AND pa.`id_product_attribute` = 0
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
253
ms
|
0 |
|
Yes
|
/classes/Product.php:2839
/modules/minpurchase/classes/MinpurchaseConfiguration.php:243<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:05:40" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:05:40" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
252
ms
|
1 |
Yes
|
|
/modules/minpurchase/classes/MinpurchaseConfiguration.php:236
/override/classes/Cart.php:37<br>/src/Adapter/Presenter/Cart/CartPresenter.php:327<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14012) AND (b.`id_shop` = 1) LIMIT 1 |
252
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 15380
ORDER BY `position` |
251
ms
|
3 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 15370
ORDER BY `position` |
251
ms
|
2 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 15336
ORDER BY f.position ASC |
250
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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 (1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623) AND il.`id_lang` = 1 ORDER by i.`position` |
249
ms
|
18 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14013) AND (b.`id_shop` = 1) LIMIT 1 |
249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 15372
AND image_shop.`cover` = 1 LIMIT 1 |
248
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15336) AND (b.`id_shop` = 1) LIMIT 1 |
248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 15378) |
247
ms
|
18 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15371) AND (b.`id_shop` = 1) LIMIT 1 |
247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 15363
ORDER BY `position` |
246
ms
|
2 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:05:41" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:05:41" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
246
ms
|
1 |
Yes
|
|
/modules/minpurchase/classes/MinpurchaseConfiguration.php:236
/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15363) AND (b.`id_shop` = 1) LIMIT 1 |
246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`, a.`position`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 14001
AND pa.`id_product_attribute` = 0
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
246
ms
|
0 |
|
Yes
|
/classes/Product.php:2839
/modules/minpurchase/classes/MinpurchaseConfiguration.php:243<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15378) AND (id_product_attribute = 1695) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
245
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
244
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14003) AND (b.`id_shop` = 1) LIMIT 1 |
243
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:05:40" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:05:40" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
243
ms
|
1 |
Yes
|
|
/modules/minpurchase/classes/MinpurchaseConfiguration.php:236
/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 15378
ORDER BY `position` |
243
ms
|
1 |
Yes
|
|
/classes/Product.php:3517
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14001
ORDER BY f.position ASC |
243
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:05:40" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:05:40" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
243
ms
|
1 |
Yes
|
|
/modules/minpurchase/classes/MinpurchaseConfiguration.php:236
/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 1713) LIMIT 1 |
243
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5810<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 1641) LIMIT 1 |
242
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5810<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:05:41" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:05:41" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
242
ms
|
1 |
Yes
|
|
/modules/minpurchase/classes/MinpurchaseConfiguration.php:236
/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14011
ORDER BY f.position ASC |
241
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14002) AND (b.`id_shop` = 1) LIMIT 1 |
241
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 15374 AND `id_shop` = 1 |
239
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 1695) LIMIT 1 |
239
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5810<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14012
ORDER BY f.position ASC |
238
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15377) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
238
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 15378
AND image_shop.`cover` = 1 LIMIT 1 |
238
ms
|
1 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 15378 AND pa.`id_product` = 15378 AND pa.`id_product_attribute` = 1695 LIMIT 1 |
238
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15370) AND (b.`id_shop` = 1) LIMIT 1 |
236
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5623<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 15372 AND pa.`id_product` = 15372 AND pa.`id_product_attribute` = 1605 LIMIT 1 |
234
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14014) LIMIT 1 |
233
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 15379) |
233
ms
|
18 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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 (1714, 1715, 1716, 1717, 1718, 1719, 1720, 1721, 1722, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1730, 1731) AND il.`id_lang` = 1 ORDER by i.`position` |
232
ms
|
18 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:05:41" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:05:41" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
231
ms
|
1 |
Yes
|
|
/modules/minpurchase/classes/MinpurchaseConfiguration.php:236
/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 15377 AND id_shop=1 LIMIT 1 |
230
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14010) |
230
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 15373 AND pa.`id_product` = 15373 AND pa.`id_product_attribute` = 1623 LIMIT 1 |
230
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15378) LIMIT 1 |
230
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
229
ms
|
1 |
|
|
/classes/Cart.php:4218
/classes/Cart.php:4193<br>/classes/Cart.php:2134<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15371) LIMIT 1 |
228
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14002
ORDER BY f.position ASC |
228
ms
|
2 |
Yes
|
|
/classes/Product.php:5905
/classes/Product.php:5767<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 15377 AND pa.`id_product` = 15377 AND pa.`id_product_attribute` = 1677 LIMIT 1 |
227
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 15363) |
226
ms
|
18 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 873) AND (b.`id_shop` = 1) LIMIT 1 |
226
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/controllers/front/listing/CategoryController.php:89<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 15379) AND (id_product_attribute = 1713) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
226
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 15371 AND pa.`id_product` = 15371 AND pa.`id_product_attribute` = 1587 LIMIT 1 |
225
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 15380) |
225
ms
|
18 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 15379
AND image_shop.`cover` = 1 LIMIT 1 |
225
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
225
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_categorytree/ps_categorytree.php:340<br>/modules/ps_categorytree/ps_categorytree.php:330<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:252<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:87<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 15371) |
224
ms
|
18 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE conf.* FROM `ps_minpurchase_configuration` conf WHERE conf.`id_shop` = 1
AND conf.`active` = 1 |
224
ms
|
1 |
|
|
/modules/minpurchase/minpurchase.php:444
/modules/minpurchase/minpurchase.php:151<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15377) LIMIT 1 |
223
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 1641 LIMIT 1 |
222
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14000) |
221
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 15370) |
220
ms
|
18 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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 (1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569) AND il.`id_lang` = 1 ORDER by i.`position` |
220
ms
|
18 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 1623) LIMIT 1 |
219
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5810<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_page`
FROM `ps_page`
WHERE `id_page_type` = 3 AND `id_object` = 873 LIMIT 1 |
219
ms
|
2 |
|
|
/classes/Page.php:83
/classes/Connection.php:166<br>/classes/Connection.php:97<br>/modules/statsdata/statsdata.php:111<br>/modules/statsdata/statsdata.php:69<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:374<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14002) |
218
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1020) AND (b.`id_shop` = 1) LIMIT 1 |
216
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/controllers/front/listing/CategoryController.php:211<br>:undefined<br>/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14004) |
216
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14012) LIMIT 1 |
214
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14015) |
214
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14003) LIMIT 1 |
214
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14000) LIMIT 1 |
213
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:05:41" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:05:41" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
211
ms
|
1 |
Yes
|
|
/modules/minpurchase/classes/MinpurchaseConfiguration.php:236
/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
211
ms
|
1 |
|
|
/classes/Language.php:1198
/classes/Language.php:1502<br>/classes/Dispatcher.php:548<br>/classes/Dispatcher.php:245<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE cc.name
FROM ps_cookiesplus_cookie cc LEFT JOIN ps_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 3
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
210
ms
|
65 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:118
/modules/cookiesplus/cookiesplus.php:1223<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15363) LIMIT 1 |
209
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15370) LIMIT 1 |
209
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14010) LIMIT 1 |
209
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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 (1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515) AND il.`id_lang` = 1 ORDER by i.`position` |
209
ms
|
18 |
Yes
|
|
/classes/Product.php:2898
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14015) LIMIT 1 |
209
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1017) AND (b.`id_shop` = 1) LIMIT 1 |
209
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/controllers/front/listing/CategoryController.php:211<br>:undefined<br>/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/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` = 1587) LIMIT 1 |
209
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5810<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 1623 LIMIT 1 |
207
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 15380
AND image_shop.`cover` = 1 LIMIT 1 |
206
ms
|
3 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 10
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 |
205
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:5856<br>/classes/Product.php:5800<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 15372 AND `id_shop` = 1 |
205
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:05:40" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:05:40" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
205
ms
|
1 |
Yes
|
|
/modules/minpurchase/classes/MinpurchaseConfiguration.php:236
/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:05:40" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:05:40" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
204
ms
|
1 |
Yes
|
|
/modules/minpurchase/classes/MinpurchaseConfiguration.php:236
/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15379) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
203
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:05:41" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:05:41" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
203
ms
|
1 |
Yes
|
|
/modules/minpurchase/classes/MinpurchaseConfiguration.php:236
/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 15380 AND pa.`id_product` = 15380 AND pa.`id_product_attribute` = 1731 LIMIT 1 |
203
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 15336 AND id_shop=1 LIMIT 1 |
202
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14011) LIMIT 1 |
201
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14002) LIMIT 1 |
200
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14011
AND image_shop.`cover` = 1 LIMIT 1 |
200
ms
|
3 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 15379 AND `id_shop` = 1 |
200
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 15377 AND `id_group` = 1 LIMIT 1 |
200
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14015
AND image_shop.`cover` = 1 LIMIT 1 |
200
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
200
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14013) LIMIT 1 |
200
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
199
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/config/config.inc.php:157<br>/index.php:27
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
199
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14010
AND image_shop.`cover` = 1 LIMIT 1 |
199
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:05:40" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:05:40" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
198
ms
|
1 |
Yes
|
|
/modules/minpurchase/classes/MinpurchaseConfiguration.php:236
/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
198
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:252<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:87<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1021) AND (b.`id_shop` = 1) LIMIT 1 |
198
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/controllers/front/listing/CategoryController.php:211<br>:undefined<br>/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14004
AND image_shop.`cover` = 1 LIMIT 1 |
198
ms
|
3 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:05:40" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:05:40" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
197
ms
|
1 |
Yes
|
|
/modules/minpurchase/classes/MinpurchaseConfiguration.php:236
/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15378) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
196
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
195
ms
|
1 |
|
|
/classes/Language.php:1049
/config/config.inc.php:154<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15380) LIMIT 1 |
195
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 14000
AND DATEDIFF("2024-11-10 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
195
ms
|
0 |
|
|
/classes/Product.php:1651
/classes/Product.php:738<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 1695 LIMIT 1 |
194
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 15371
AND image_shop.`cover` = 1 LIMIT 1 |
194
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 15336
AND image_shop.`cover` = 1 LIMIT 1 |
193
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 873) LIMIT 1 |
193
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Product/Search.php:353<br>/modules/ps_facetedsearch/src/Product/Search.php:130<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:165<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15373) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
193
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14001) LIMIT 1 |
192
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 588) AND (b.`id_shop` = 1) LIMIT 1 |
192
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ganalyticspro/lib/moduleTools.php:154<br>/modules/ganalyticspro/lib/moduleTools.php:676<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 15379 LIMIT 1 |
191
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 1659) LIMIT 1 |
190
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5810<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 15379 AND pa.`id_product` = 15379 AND pa.`id_product_attribute` = 1713 LIMIT 1 |
190
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1018) AND (b.`id_shop` = 1) LIMIT 1 |
189
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/controllers/front/listing/CategoryController.php:211<br>:undefined<br>/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
189
ms
|
1 |
|
|
/classes/shop/Shop.php:205
/classes/shop/Shop.php:135<br>/classes/shop/Shop.php:415<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM ps_cookiesplus_cookie cc LEFT JOIN ps_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 4
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
189
ms
|
65 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:118
/modules/cookiesplus/cookiesplus.php:1338<br>/modules/cookiesplus/cookiesplus.php:1488<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:374<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:05:40" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:05:40" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
189
ms
|
1 |
Yes
|
|
/modules/minpurchase/classes/MinpurchaseConfiguration.php:236
/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14014) |
189
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 15374 |
189
ms
|
18 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14001
AND image_shop.`cover` = 1 LIMIT 1 |
188
ms
|
4 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:05:40" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:05:40" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
188
ms
|
1 |
Yes
|
|
/modules/minpurchase/classes/MinpurchaseConfiguration.php:236
/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:05:40" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:05:40" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
187
ms
|
1 |
Yes
|
|
/modules/minpurchase/classes/MinpurchaseConfiguration.php:236
/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_cookiesplus_cookie cc LEFT JOIN ps_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 3
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
187
ms
|
65 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:118
/modules/cookiesplus/cookiesplus.php:1338<br>/modules/cookiesplus/cookiesplus.php:1488<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:374<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/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` = 1731 LIMIT 1 |
186
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`, `active`, `position`
FROM `ps_pscheckout_funding_source`
WHERE `id_shop` = 1 |
186
ms
|
1 |
|
|
/modules/ps_checkout/src/FundingSource/FundingSourceConfigurationRepository.php:85
/modules/ps_checkout/src/Builder/PayPalSdkLink/PayPalSdkLinkBuilder.php:165<br>/modules/ps_checkout/src/Builder/PayPalSdkLink/PayPalSdkLinkBuilder.php:143<br>/modules/ps_checkout/ps_checkout.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE conf.* FROM `ps_minpurchase_configuration` conf WHERE conf.`id_shop` = 1
AND conf.`active` = 1 |
186
ms
|
1 |
|
|
/modules/minpurchase/minpurchase.php:444
/modules/minpurchase/minpurchase.php:175<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/b7/69/96/b7699621f956948b4fb718fa8b701a0466743651_2.file.footer.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/b7/69/96/b7699621f956948b4fb718fa8b701a0466743651_2.file.footer.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:338<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14016) |
186
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
185
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14014
AND image_shop.`cover` = 1 LIMIT 1 |
185
ms
|
3 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:05:41" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:05:41" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
185
ms
|
1 |
Yes
|
|
/modules/minpurchase/classes/MinpurchaseConfiguration.php:236
/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 1965) LIMIT 1 |
184
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5810<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 15377) AND (id_product_attribute = 1677) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
184
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 15363 AND pa.`id_product` = 15363 AND pa.`id_product_attribute` = 1498 LIMIT 1 |
184
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14011) |
183
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14001) |
183
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1 |
183
ms
|
1 |
|
|
/classes/Currency.php:1126
/classes/Currency.php:1143<br>/classes/module/Module.php:2423<br>/modules/ps_socialfollow/ps_socialfollow.php:248<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/b7/69/96/b7699621f956948b4fb718fa8b701a0466743651_2.file.footer.tpl.php:74<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/b7/69/96/b7699621f956948b4fb718fa8b701a0466743651_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:338<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 14004 AND `id_shop` = 1 |
183
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 14003
AND DATEDIFF("2024-11-10 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
182
ms
|
0 |
|
|
/classes/Product.php:1651
/classes/Product.php:738<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
182
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/config/config.inc.php:222<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
182
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Tools.php:704<br>/classes/controller/FrontController.php:384<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cc.name
FROM ps_cookiesplus_cookie cc LEFT JOIN ps_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 4
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
182
ms
|
65 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:118
/modules/cookiesplus/cookiesplus.php:1223<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:05:40" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:05:40" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
180
ms
|
1 |
Yes
|
|
/modules/minpurchase/classes/MinpurchaseConfiguration.php:236
/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:05:40" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:05:40" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
180
ms
|
1 |
Yes
|
|
/modules/minpurchase/classes/MinpurchaseConfiguration.php:236
/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 1731) LIMIT 1 |
180
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5810<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14012) |
180
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14015) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
180
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 15376 AND `id_shop` = 1 |
180
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 15363 |
179
ms
|
18 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 1677 LIMIT 1 |
179
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 15377
AND image_shop.`cover` = 1 LIMIT 1 |
179
ms
|
1 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 14000 LIMIT 1 |
179
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14003) |
179
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14002
AND image_shop.`cover` = 1 LIMIT 1 |
179
ms
|
4 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 1605 LIMIT 1 |
178
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
178
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198<br>/classes/Tools.php:333<br>/classes/Link.php:66<br>/config/config.inc.php:284<br>/index.php:27
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14012
AND image_shop.`cover` = 1 LIMIT 1 |
177
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 15373 AND `id_shop` = 1 |
177
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14013) |
176
ms
|
1 |
|
|
/classes/Product.php:3829
/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15379) AND (id_product_attribute = 1713) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
174
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
174
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/shop/Shop.php:132<br>/classes/shop/Shop.php:415<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 15363
AND image_shop.`cover` = 1 LIMIT 1 |
174
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 15370 AND pa.`id_product` = 15370 AND pa.`id_product_attribute` = 1569 LIMIT 1 |
174
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 15336 AND `id_shop` = 1 |
174
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1106) AND (b.`id_shop` = 1) LIMIT 1 |
173
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/controllers/front/listing/CategoryController.php:211<br>:undefined<br>/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
173
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 1498) LIMIT 1 |
173
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5810<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1019) AND (b.`id_shop` = 1) LIMIT 1 |
173
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/controllers/front/listing/CategoryController.php:211<br>:undefined<br>/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 15374 AND id_shop=1 LIMIT 1 |
173
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_mainmenu" LIMIT 1 |
173
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/e0/6c/7b/e06c7b5d5f94773a67b64c4e08c56ea9579a96a9_2.file.header.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/e0/6c/7b/e06c7b5d5f94773a67b64c4e08c56ea9579a96a9_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:193<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pm_advancedcookiebanner" LIMIT 1 |
172
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2303<br>/modules/ganalyticspro/lib/moduleTools.php:363<br>/modules/ganalyticspro/lib/moduleTools.php:512<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 15374) AND (id_product_attribute = 1641) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
171
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 15373 LIMIT 1 |
171
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
171
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 14016 LIMIT 1 |
170
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 15370 AND `id_shop` = 1 |
170
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
170
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:283<br>/classes/controller/FrontController.php:1536<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1016) AND (b.`id_shop` = 1) LIMIT 1 |
170
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/controllers/front/listing/CategoryController.php:211<br>:undefined<br>/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
170
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Group.php:81<br>/classes/Group.php:397<br>/classes/Cart.php:248<br>/classes/Cart.php:221<br>/classes/controller/FrontController.php:443<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 14014
AND DATEDIFF("2024-11-10 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
169
ms
|
0 |
|
|
/classes/Product.php:1651
/classes/Product.php:738<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
169
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 383)
AND ('28027 ' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '28027 ')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
169
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3921<br>/classes/Product.php:3684<br>/classes/Product.php:5676<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 15379 |
169
ms
|
5 |
|
|
/classes/Product.php:3395
/modules/minpurchase/classes/MinpurchaseConfiguration.php:241<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 1605) LIMIT 1 |
169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5810<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14013
AND image_shop.`cover` = 1 LIMIT 1 |
169
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
168
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 15370
AND image_shop.`cover` = 1 LIMIT 1 |
168
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
168
ms
|
1 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14016
AND image_shop.`cover` = 1 LIMIT 1 |
168
ms
|
2 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 746 LIMIT 1 |
168
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15372) AND (id_product_attribute = 1605) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
167
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 15376 AND pa.`id_product` = 15376 AND pa.`id_product_attribute` = 1659 LIMIT 1 |
166
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 531 LIMIT 1 |
165
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
165
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 15377 LIMIT 1 |
165
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14003
AND image_shop.`cover` = 1 LIMIT 1 |
164
ms
|
4 |
|
|
/classes/Product.php:3542
/classes/Product.php:5606<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 14016 AND `id_shop` = 1 |
163
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_gap_refund` gf
WHERE (gf.shop_id=1) AND (gf.sent= "0") LIMIT 1 |
163
ms
|
1 |
|
|
/modules/ganalyticspro/models/orderRefund.php:100
/modules/ganalyticspro/lib/moduleTools.php:575<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 15376 |
163
ms
|
18 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 531 LIMIT 1 |
163
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
162
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_gap_refund_partial` grf
WHERE (grf.shop_id=1) AND (grf.sent= "0") LIMIT 1 |
162
ms
|
1 |
|
|
/modules/ganalyticspro/models/orderPartialRefund.php:100
/modules/ganalyticspro/lib/moduleTools.php:576<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 15336 AND pa.`id_product` = 15336 AND pa.`id_product_attribute` = 1965 LIMIT 1 |
162
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
162
ms
|
1 |
|
|
/classes/SpecificPrice.php:411
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 1713 LIMIT 1 |
162
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 14016
AND DATEDIFF("2024-11-10 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
161
ms
|
0 |
|
|
/classes/Product.php:1651
/classes/Product.php:738<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 14014) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
161
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Product.php:7770<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
161
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:165<br>/controllers/front/listing/CategoryController.php:234<br>/controllers/front/listing/CategoryController.php:200<br>/controllers/front/listing/CategoryController.php:110<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 15377 AND `id_shop` = 1 |
161
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 14016 |
161
ms
|
3 |
|
|
/classes/Product.php:3395
/modules/minpurchase/classes/MinpurchaseConfiguration.php:241<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
160
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE conf.* FROM `ps_minpurchase_configuration` conf WHERE conf.`id_shop` = 1
AND conf.`active` = 1 |
160
ms
|
1 |
|
|
/modules/minpurchase/minpurchase.php:444
/modules/minpurchase/minpurchase.php:156<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 15376 |
160
ms
|
5 |
|
|
/classes/Product.php:3395
/modules/minpurchase/classes/MinpurchaseConfiguration.php:241<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 1569 LIMIT 1 |
160
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15376) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
160
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 14012 LIMIT 1 |
157
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 1498 LIMIT 1 |
157
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 531 LIMIT 1 |
157
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_socialfollow" LIMIT 1 |
156
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/b7/69/96/b7699621f956948b4fb718fa8b701a0466743651_2.file.footer.tpl.php:74<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/b7/69/96/b7699621f956948b4fb718fa8b701a0466743651_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:338<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
156
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 14015
AND DATEDIFF("2024-11-10 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
156
ms
|
0 |
|
|
/classes/Product.php:1651
/classes/Product.php:738<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14001) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
156
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=14015 |
156
ms
|
1 |
|
|
/classes/Tag.php:229
/classes/Product.php:745<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 14015 LIMIT 1 |
155
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 15373 |
155
ms
|
5 |
|
|
/classes/Product.php:3395
/modules/minpurchase/classes/MinpurchaseConfiguration.php:241<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 15336) AND (id_product_attribute = 1965) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
155
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
154
ms
|
1 |
|
|
/classes/shop/Shop.php:1171
/classes/Configuration.php:220<br>/classes/Configuration.php:297<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE *
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` = 1569) LIMIT 1 |
154
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5810<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 15377 |
153
ms
|
18 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
153
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
153
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 14002 LIMIT 1 |
152
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15371) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
152
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 15372 |
152
ms
|
18 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 14013
AND DATEDIFF("2024-11-10 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
151
ms
|
0 |
|
|
/classes/Product.php:1651
/classes/Product.php:738<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 14004
AND DATEDIFF("2024-11-10 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
151
ms
|
0 |
|
|
/classes/Product.php:1651
/classes/Product.php:738<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 15336 AND `id_group` = 1 LIMIT 1 |
151
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 15372) AND (id_product_attribute = 1605) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
151
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 14014 AND `id_shop` = 1 |
151
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 15374 |
150
ms
|
5 |
|
|
/classes/Product.php:3395
/modules/minpurchase/classes/MinpurchaseConfiguration.php:241<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 14010 LIMIT 1 |
150
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 15371) AND (id_product_attribute = 1587) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
150
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=14000 |
150
ms
|
1 |
|
|
/classes/Tag.php:229
/classes/Product.php:745<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE conf.* FROM `ps_minpurchase_configuration` conf WHERE conf.`id_shop` = 1
AND conf.`active` = 1 |
150
ms
|
1 |
|
|
/modules/minpurchase/minpurchase.php:444
/modules/minpurchase/minpurchase.php:180<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:438<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/b7/69/96/b7699621f956948b4fb718fa8b701a0466743651_2.file.footer.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/b7/69/96/b7699621f956948b4fb718fa8b701a0466743651_2.file.footer.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:338<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 15371 AND `id_shop` = 1 |
150
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 15363 AND `id_shop` = 1 |
150
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 531 LIMIT 1 |
150
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=14014 |
150
ms
|
1 |
|
|
/classes/Tag.php:229
/classes/Product.php:745<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
149
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15372) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
149
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 15371 LIMIT 1 |
148
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_page_type
FROM ps_page_type
WHERE name = 'category' LIMIT 1 |
148
ms
|
1 |
|
|
/classes/Page.php:104
/classes/Page.php:55<br>/classes/Connection.php:166<br>/classes/Connection.php:97<br>/modules/statsdata/statsdata.php:111<br>/modules/statsdata/statsdata.php:69<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:374<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:120<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 14003 AND `id_shop` = 1 |
148
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14004) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
148
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
147
ms
|
1 |
|
|
/classes/module/Module.php:2237
/classes/Hook.php:889<br>/classes/Dispatcher.php:364<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 14011
AND DATEDIFF("2024-11-10 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
147
ms
|
0 |
|
|
/classes/Product.php:1651
/classes/Product.php:738<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 14014 |
147
ms
|
4 |
|
|
/classes/Product.php:3395
/modules/minpurchase/classes/MinpurchaseConfiguration.php:241<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
147
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 14012
AND DATEDIFF("2024-11-10 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
146
ms
|
0 |
|
|
/classes/Product.php:1651
/classes/Product.php:738<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
146
ms
|
88 |
|
|
/classes/Hook.php:353
/classes/Hook.php:158<br>/classes/Hook.php:377<br>/classes/Hook.php:400<br>/classes/Hook.php:933<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 383) LIMIT 1 |
146
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/controller/FrontController.php:1676<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 14000 |
146
ms
|
3 |
|
|
/classes/Product.php:3395
/modules/minpurchase/classes/MinpurchaseConfiguration.php:241<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 15379 |
145
ms
|
18 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 14001
AND DATEDIFF("2024-11-10 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
145
ms
|
0 |
|
|
/classes/Product.php:1651
/classes/Product.php:738<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
145
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 14014 LIMIT 1 |
145
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 14010 LIMIT 1 |
144
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 14010
AND DATEDIFF("2024-11-10 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
144
ms
|
0 |
|
|
/classes/Product.php:1651
/classes/Product.php:738<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 873 AND `id_shop` = 1 |
144
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Product/Search.php:353<br>/modules/ps_facetedsearch/src/Product/Search.php:130<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:165<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 14013 AND `id_shop` = 1 |
144
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 14014) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
144
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/classes/Product.php:7769<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
143
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 14014) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
143
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:7768<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 531 LIMIT 1 |
142
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 14010 AND `id_shop` = 1 |
142
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
142
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 14011) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
142
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:7768<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 15376) AND (id_product_attribute = 1659) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
141
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 15378 AND `id_shop` = 1 |
141
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
141
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/AddressFormat.php:404<br>/classes/AddressFormat.php:439<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 14013 LIMIT 1 |
141
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
141
ms
|
88 |
|
|
/classes/Hook.php:301
/classes/Hook.php:332<br>/classes/Hook.php:742<br>/classes/Hook.php:815<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 15380 |
140
ms
|
18 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15336) AND (id_product_attribute = 1965) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 14003 LIMIT 1 |
139
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
139
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 15376 LIMIT 1 |
138
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 14004 |
138
ms
|
4 |
|
|
/classes/Product.php:3395
/modules/minpurchase/classes/MinpurchaseConfiguration.php:241<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 14011 AND `id_shop` = 1 |
138
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14016) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
137
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 14001 LIMIT 1 |
137
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 15380 LIMIT 1 |
137
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 14011 |
137
ms
|
4 |
|
|
/classes/Product.php:3395
/modules/minpurchase/classes/MinpurchaseConfiguration.php:241<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 14015 AND `id_shop` = 1 |
136
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 14004 LIMIT 1 |
136
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 531 LIMIT 1 |
136
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 1587 LIMIT 1 |
136
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14000 AND id_shop=1 LIMIT 1 |
136
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/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` = 1965 LIMIT 1 |
136
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 15373) AND (id_product_attribute = 1623) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 15372 LIMIT 1 |
135
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 14011 LIMIT 1 |
135
ms
|
1 |
|
|
/classes/Product.php:1040
/classes/Product.php:3786<br>/classes/Product.php:3684<br>/classes/Product.php:743<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 15373 AND id_shop=1 LIMIT 1 |
135
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_linklist" LIMIT 1 |
135
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/b7/69/96/b7699621f956948b4fb718fa8b701a0466743651_2.file.footer.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/b7/69/96/b7699621f956948b4fb718fa8b701a0466743651_2.file.footer.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:338<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_datosnavsuperior_files` where `id_store`=1 and `id_lang`=1 LIMIT 1 |
134
ms
|
1 |
|
|
/modules/datosnavsuperior/datosnavsuperior.php:799
/modules/datosnavsuperior/datosnavsuperior.php:130<br>/modules/datosnavsuperior/datosnavsuperior.php:185<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 14002
AND DATEDIFF("2024-11-10 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
134
ms
|
0 |
|
|
/classes/Product.php:1651
/classes/Product.php:738<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_facebook" LIMIT 1 |
134
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:53<br>/var/cache/prod/Ps_facebookFrontContainer.php:313<br>/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:306<br>/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64<br>/modules/ps_facebook/ps_facebook.php:179<br>/modules/ps_facebook/ps_facebook.php:343<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 15372 AND `id_group` = 1 LIMIT 1 |
134
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 15336 |
133
ms
|
30 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=14016 |
133
ms
|
1 |
|
|
/classes/Tag.php:229
/classes/Product.php:745<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 6 LIMIT 1 |
133
ms
|
1 |
|
|
/classes/AddressFormat.php:672
/classes/AddressFormat.php:634<br>/classes/AddressFormat.php:619<br>/classes/AddressFormat.php:563<br>/classes/AddressFormat.php:438<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
133
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/e0/6c/7b/e06c7b5d5f94773a67b64c4e08c56ea9579a96a9_2.file.header.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/e0/6c/7b/e06c7b5d5f94773a67b64c4e08c56ea9579a96a9_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:193<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
133
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/e0/6c/7b/e06c7b5d5f94773a67b64c4e08c56ea9579a96a9_2.file.header.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/e0/6c/7b/e06c7b5d5f94773a67b64c4e08c56ea9579a96a9_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:193<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 14003 |
133
ms
|
4 |
|
|
/classes/Product.php:3395
/modules/minpurchase/classes/MinpurchaseConfiguration.php:241<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=14004 |
132
ms
|
1 |
|
|
/classes/Tag.php:229
/classes/Product.php:745<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 14000 AND `id_shop` = 1 |
132
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 14015 LIMIT 1 |
132
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15336) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
132
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 15378 LIMIT 1 |
132
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
132
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 14012 AND `id_shop` = 1 |
132
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 873 AND ctg.`id_group` = 1 LIMIT 1 |
132
ms
|
1 |
|
|
/classes/Category.php:1730
/controllers/front/listing/CategoryController.php:101<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 14001 AND `id_shop` = 1 |
131
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 0 |
131
ms
|
1 |
|
|
/classes/Product.php:3395
/modules/minpurchase/classes/MinpurchaseConfiguration.php:241<br>/override/classes/Cart.php:37<br>/src/Adapter/Presenter/Cart/CartPresenter.php:327<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
131
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 15374 LIMIT 1 |
131
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 15380 AND `id_shop` = 1 |
131
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15363) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14012) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 15372 AND id_shop=1 LIMIT 1 |
130
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 531 LIMIT 1 |
130
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 14002 AND `id_shop` = 1 |
130
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 531 LIMIT 1 |
130
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15380) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 15379 AND `id_group` = 1 LIMIT 1 |
129
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14002) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14014) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15371) AND (id_product_attribute = 1587) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 15374 AND `id_group` = 1 LIMIT 1 |
128
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 33 AND `id_shop` = 1 LIMIT 1 |
128
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/b7/69/96/b7699621f956948b4fb718fa8b701a0466743651_2.file.footer.tpl.php:74<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/b7/69/96/b7699621f956948b4fb718fa8b701a0466743651_2.file.footer.tpl.php:30<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:338<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15370) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
128
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 15377 |
128
ms
|
5 |
|
|
/classes/Product.php:3395
/modules/minpurchase/classes/MinpurchaseConfiguration.php:241<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14000) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
128
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 588 LIMIT 1 |
128
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 14013 LIMIT 1 |
128
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 14015) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
127
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:7768<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 6 |
127
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/AddressFormat.php:404<br>/classes/AddressFormat.php:439<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
127
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 14016) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
127
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/classes/Product.php:7769<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 15378 |
127
ms
|
5 |
|
|
/classes/Product.php:3395
/modules/minpurchase/classes/MinpurchaseConfiguration.php:241<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=14002 |
127
ms
|
1 |
|
|
/classes/Tag.php:229
/classes/Product.php:745<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1 |
126
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Tools.php:704<br>/classes/controller/FrontController.php:384<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15377) AND (id_product_attribute = 1677) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
126
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 15378 |
126
ms
|
18 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 15363 |
126
ms
|
5 |
|
|
/classes/Product.php:3395
/modules/minpurchase/classes/MinpurchaseConfiguration.php:241<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15374) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
125
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 70 AND `id_shop` = 1 LIMIT 1 |
125
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/e0/6c/7b/e06c7b5d5f94773a67b64c4e08c56ea9579a96a9_2.file.header.tpl.php:103<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/e0/6c/7b/e06c7b5d5f94773a67b64c4e08c56ea9579a96a9_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:193<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=14012 |
125
ms
|
1 |
|
|
/classes/Tag.php:229
/classes/Product.php:745<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
125
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14010 AND `id_group` = 1 LIMIT 1 |
124
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 15372 |
124
ms
|
5 |
|
|
/classes/Product.php:3395
/modules/minpurchase/classes/MinpurchaseConfiguration.php:241<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 15373 AND `id_group` = 1 LIMIT 1 |
124
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
124
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 15378) AND (id_product_attribute = 1695) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
124
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 14001 LIMIT 1 |
123
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
123
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/shop/Shop.php:557<br>/config/config.inc.php:182<br>/index.php:27
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14011) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
123
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 15371 |
123
ms
|
5 |
|
|
/classes/Product.php:3395
/modules/minpurchase/classes/MinpurchaseConfiguration.php:241<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`, `active`, `position`
FROM `ps_pscheckout_funding_source`
WHERE `id_shop` = 1 |
123
ms
|
1 |
|
|
/modules/ps_checkout/src/FundingSource/FundingSourceConfigurationRepository.php:85
/modules/ps_checkout/src/FundingSource/FundingSourceConfigurationRepository.php:58<br>/modules/ps_checkout/src/Builder/PayPalSdkLink/PayPalSdkLinkBuilder.php:221<br>/modules/ps_checkout/src/Builder/PayPalSdkLink/PayPalSdkLinkBuilder.php:149<br>/modules/ps_checkout/ps_checkout.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 14016) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
123
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:7768<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 15363 LIMIT 1 |
123
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=14003 |
122
ms
|
1 |
|
|
/classes/Tag.php:229
/classes/Product.php:745<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 6 LIMIT 1 |
122
ms
|
1 |
|
|
/classes/Country.php:401
/classes/AddressFormat.php:638<br>/classes/AddressFormat.php:619<br>/classes/AddressFormat.php:563<br>/classes/AddressFormat.php:438<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
122
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 15370) AND (id_product_attribute = 1569) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
122
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
122
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15374) AND (id_product_attribute = 1641) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
122
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15373) AND (id_product_attribute = 1623) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
121
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14003) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
121
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 14012 LIMIT 1 |
121
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 531 LIMIT 1 |
121
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
120
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15376) AND (id_product_attribute = 1659) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
120
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 15336 |
120
ms
|
5 |
|
|
/classes/Product.php:3395
/modules/minpurchase/classes/MinpurchaseConfiguration.php:241<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
120
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
120
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/controller/FrontController.php:1573<br>/classes/controller/FrontController.php:1710<br>/controllers/front/listing/CategoryController.php:267<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
120
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 15370 |
120
ms
|
18 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
120
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 15373 |
120
ms
|
18 |
|
|
/classes/Product.php:2879
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 14001 |
120
ms
|
3 |
|
|
/classes/Product.php:3395
/modules/minpurchase/classes/MinpurchaseConfiguration.php:241<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=14010 |
120
ms
|
1 |
|
|
/classes/Tag.php:229
/classes/Product.php:745<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
120
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
120
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=14001 |
119
ms
|
1 |
|
|
/classes/Tag.php:229
/classes/Product.php:745<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15380) AND (id_product_attribute = 1731) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
119
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=14011 |
119
ms
|
1 |
|
|
/classes/Tag.php:229
/classes/Product.php:745<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 15380 |
119
ms
|
5 |
|
|
/classes/Product.php:3395
/modules/minpurchase/classes/MinpurchaseConfiguration.php:241<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 14000) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
119
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Product.php:7770<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 588 LIMIT 1 |
119
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 14004 LIMIT 1 |
118
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15363) AND (id_product_attribute = 1498) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
118
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 14002 LIMIT 1 |
118
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=14013 |
118
ms
|
1 |
|
|
/classes/Tag.php:229
/classes/Product.php:745<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 14014 LIMIT 1 |
117
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 15370) AND (id_product_attribute = 1569) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
117
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 15370 LIMIT 1 |
117
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
117
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 14013 |
117
ms
|
3 |
|
|
/classes/Product.php:3395
/modules/minpurchase/classes/MinpurchaseConfiguration.php:241<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
116
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/e0/6c/7b/e06c7b5d5f94773a67b64c4e08c56ea9579a96a9_2.file.header.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/e0/6c/7b/e06c7b5d5f94773a67b64c4e08c56ea9579a96a9_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:193<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14010) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
116
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
116
ms
|
1 |
|
|
/classes/Language.php:853
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 15336 LIMIT 1 |
116
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 14010 |
116
ms
|
3 |
|
|
/classes/Product.php:3395
/modules/minpurchase/classes/MinpurchaseConfiguration.php:241<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 14013) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
116
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14012 AND `id_group` = 1 LIMIT 1 |
116
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 14000) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
116
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:7768<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
115
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Group.php:400<br>/classes/Cart.php:248<br>/classes/Cart.php:221<br>/classes/controller/FrontController.php:443<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 14016 LIMIT 1 |
115
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
115
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 15363) AND (id_product_attribute = 1498) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
115
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 14011 LIMIT 1 |
115
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 32 AND `id_shop` = 1 LIMIT 1 |
114
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/e0/6c/7b/e06c7b5d5f94773a67b64c4e08c56ea9579a96a9_2.file.header.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/e0/6c/7b/e06c7b5d5f94773a67b64c4e08c56ea9579a96a9_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:193<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 774 LIMIT 1 |
114
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/b7/69/96/b7699621f956948b4fb718fa8b701a0466743651_2.file.footer.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/b7/69/96/b7699621f956948b4fb718fa8b701a0466743651_2.file.footer.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:338<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
114
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Group.php:81<br>/classes/Group.php:397<br>/classes/Cart.php:248<br>/classes/Cart.php:221<br>/classes/controller/FrontController.php:443<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `iso_code`
FROM `ps_country`
WHERE `id_country` = 6 LIMIT 1 |
113
ms
|
1 |
|
|
/classes/Country.php:274
/src/Core/Addon/Module/ModuleManagerBuilder.php:260<br>/src/Core/Addon/Module/ModuleManagerBuilder.php:181<br>/src/Core/Addon/Module/ModuleManagerBuilder.php:92<br>/classes/Link.php:997<br>/src/Adapter/Image/ImageRetriever.php:289<br>/classes/controller/FrontController.php:1536<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 15363 AND id_shop=1 LIMIT 1 |
113
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 15380) AND (id_product_attribute = 1731) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
112
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5810<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 14013) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
112
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:7768<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 14003 LIMIT 1 |
111
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 15378 AND id_shop=1 LIMIT 1 |
111
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 14012 |
111
ms
|
3 |
|
|
/classes/Product.php:3395
/modules/minpurchase/classes/MinpurchaseConfiguration.php:241<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 14000 LIMIT 1 |
111
ms
|
1 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3796<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 13 AND `id_shop` = 1 LIMIT 1 |
111
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:252<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:87<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 14016) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
111
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Product.php:7770<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 0
AND `active` = 1 LIMIT 1 |
110
ms
|
0 |
|
|
/classes/Manufacturer.php:312
/classes/Product.php:729<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "minpurchase" LIMIT 1 |
110
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/override/classes/Cart.php:32<br>/src/Adapter/Presenter/Cart/CartPresenter.php:327<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 15370 |
110
ms
|
5 |
|
|
/classes/Product.php:3395
/modules/minpurchase/classes/MinpurchaseConfiguration.php:241<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_zone`
FROM `ps_country`
WHERE `id_country` = 6 LIMIT 1 |
110
ms
|
1 |
|
|
/classes/Country.php:223
/modules/minpurchase/classes/MinpurchaseConfiguration.php:250<br>/override/classes/Cart.php:37<br>/src/Adapter/Presenter/Cart/CartPresenter.php:327<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 11 |
110
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/tax/TaxRulesTaxManager.php:116<br>/classes/Product.php:3895<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 588 LIMIT 1 |
109
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 14015) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
109
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Product.php:7770<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 14003) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
109
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:7768<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 15380 AND id_shop=1 LIMIT 1 |
109
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 14015 |
109
ms
|
3 |
|
|
/classes/Product.php:3395
/modules/minpurchase/classes/MinpurchaseConfiguration.php:241<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 531 LIMIT 1 |
108
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14000 AND `id_group` = 1 LIMIT 1 |
108
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 15370 AND id_shop=1 LIMIT 1 |
108
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1 |
108
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/b7/69/96/b7699621f956948b4fb718fa8b701a0466743651_2.file.footer.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/b7/69/96/b7699621f956948b4fb718fa8b701a0466743651_2.file.footer.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:338<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 14010) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
107
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/classes/Product.php:7769<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14015 AND id_shop=1 LIMIT 1 |
107
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
107
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/config/config.inc.php:227<br>/index.php:27
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 588 LIMIT 1 |
106
ms
|
0 |
|
|
/classes/Category.php:1371
/classes/Product.php:751<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:242<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 14002 |
106
ms
|
4 |
|
|
/classes/Product.php:3395
/modules/minpurchase/classes/MinpurchaseConfiguration.php:241<br>/modules/minpurchase/classes/MinpurchaseConfiguration.php:1471<br>/override/classes/Product.php:39<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 531 LIMIT 1 |
106
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 588 LIMIT 1 |
106
ms
|
1 |
|
|
/classes/Category.php:1371
/classes/Product.php:5621<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_contactinfo" LIMIT 1 |
106
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/b7/69/96/b7699621f956948b4fb718fa8b701a0466743651_2.file.footer.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/b7/69/96/b7699621f956948b4fb718fa8b701a0466743651_2.file.footer.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:338<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 14002) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
105
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:7768<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 588 LIMIT 1 |
105
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 14002) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
104
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Product.php:7770<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 14015) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
104
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/classes/Product.php:7769<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 15376 AND id_shop=1 LIMIT 1 |
103
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
103
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5757<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 14012) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
103
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:7768<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 14013) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
103
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/classes/Product.php:7769<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 588 LIMIT 1 |
102
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 11) LIMIT 1 |
102
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/tax/TaxRulesTaxManager.php:116<br>/classes/Product.php:3895<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 14010) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
102
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:7768<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 588 LIMIT 1 |
102
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1 |
102
ms
|
0 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:198
/src/Adapter/Module/ModuleDataProvider.php:185<br>/src/Core/Addon/Module/ModuleManager.php:592<br>/modules/ps_metrics/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:83<br>/modules/ps_metrics/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:44<br>/modules/ps_metrics/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:62<br>/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:63<br>/var/cache/prod/Ps_facebookFrontContainer.php:313<br>/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:306<br>/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64<br>/modules/ps_facebook/ps_facebook.php:179<br>/modules/ps_facebook/ps_facebook.php:343<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14011 AND id_shop=1 LIMIT 1 |
102
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 15371 AND `id_group` = 1 LIMIT 1 |
102
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 588 LIMIT 1 |
102
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 588 LIMIT 1 |
102
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 14012) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
102
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Product.php:7770<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
101
ms
|
3 |
|
|
/classes/ObjectModel.php:1510
/classes/ObjectModel.php:1542<br>/classes/ObjectModel.php:1473<br>/classes/controller/FrontController.php:532<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1 |
101
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/e0/6c/7b/e06c7b5d5f94773a67b64c4e08c56ea9579a96a9_2.file.header.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/e0/6c/7b/e06c7b5d5f94773a67b64c4e08c56ea9579a96a9_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:193<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14002 AND id_shop=1 LIMIT 1 |
101
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14012 AND id_shop=1 LIMIT 1 |
101
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 14001) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
101
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:7768<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 14002) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
100
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/classes/Product.php:7769<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 588 LIMIT 1 |
100
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 15371 AND id_shop=1 LIMIT 1 |
100
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 14004) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
100
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Product.php:7770<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 14004) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
100
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/classes/Product.php:7768<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 31
AND `active` = 1 LIMIT 1 |
100
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/classes/Product.php:729<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 588 LIMIT 1 |
99
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14004 AND id_shop=1 LIMIT 1 |
99
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 14011) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
99
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/classes/Product.php:7769<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 531 LIMIT 1 |
99
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 30 AND `id_shop` = 1 LIMIT 1 |
98
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/e0/6c/7b/e06c7b5d5f94773a67b64c4e08c56ea9579a96a9_2.file.header.tpl.php:126<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/e0/6c/7b/e06c7b5d5f94773a67b64c4e08c56ea9579a96a9_2.file.header.tpl.php:36<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:193<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 14003) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
98
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/classes/Product.php:7769<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 71 AND `id_shop` = 1 LIMIT 1 |
98
ms
|
1 |
|
|
/classes/module/Module.php:2328
/override/classes/Cart.php:32<br>/src/Adapter/Presenter/Cart/CartPresenter.php:327<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 15378 AND `id_group` = 1 LIMIT 1 |
98
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 588 LIMIT 1 |
98
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14013 AND `id_group` = 1 LIMIT 1 |
98
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14014 AND id_shop=1 LIMIT 1 |
97
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
97
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Tools.php:708<br>/classes/controller/FrontController.php:384<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 0 LIMIT 1 |
97
ms
|
0 |
|
|
/classes/Supplier.php:244
/classes/Product.php:730<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14010 AND id_shop=1 LIMIT 1 |
97
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 61 AND `id_shop` = 1 LIMIT 1 |
97
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:53<br>/var/cache/prod/Ps_facebookFrontContainer.php:313<br>/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:306<br>/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64<br>/modules/ps_facebook/ps_facebook.php:179<br>/modules/ps_facebook/ps_facebook.php:343<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 588 LIMIT 1 |
96
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 14001) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
96
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/classes/Product.php:7769<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 14010) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
96
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Product.php:7770<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 14000) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
96
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/classes/Product.php:7769<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 14012) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
95
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/classes/Product.php:7769<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14013 AND id_shop=1 LIMIT 1 |
95
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 14011) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
95
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Product.php:7770<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 14004) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
95
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/classes/Product.php:7769<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 14003) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
94
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Product.php:7770<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 531 LIMIT 1 |
94
ms
|
1 |
|
|
/classes/Product.php:5622
/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14016 AND id_shop=1 LIMIT 1 |
94
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14001 AND id_shop=1 LIMIT 1 |
93
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 14003 AND id_shop=1 LIMIT 1 |
93
ms
|
1 |
|
|
/classes/Product.php:6759
/classes/Product.php:3894<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 14013) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
92
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Product.php:7770<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 14001) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
92
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Product.php:7770<br>/classes/Product.php:747<br>/modules/ganalyticspro/lib/moduleTools.php:656<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:86<br>/modules/ganalyticspro/lib/gtag/baseTag.php:219<br>/modules/ganalyticspro/lib/moduleTools.php:140<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 6 LIMIT 1 |
92
ms
|
1 |
|
|
/classes/Country.php:401
/classes/AddressFormat.php:638<br>/classes/AddressFormat.php:619<br>/classes/AddressFormat.php:563<br>/classes/AddressFormat.php:438<br>/modules/ps_contactinfo/ps_contactinfo.php:98<br>/modules/ps_contactinfo/ps_contactinfo.php:83<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/b7/69/96/b7699621f956948b4fb718fa8b701a0466743651_2.file.footer.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/b7/69/96/b7699621f956948b4fb718fa8b701a0466743651_2.file.footer.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:338<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 15380 AND `id_group` = 1 LIMIT 1 |
92
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 15363 AND `id_group` = 1 LIMIT 1 |
91
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 28 AND `id_shop` = 1 LIMIT 1 |
91
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/b7/69/96/b7699621f956948b4fb718fa8b701a0466743651_2.file.footer.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/b7/69/96/b7699621f956948b4fb718fa8b701a0466743651_2.file.footer.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:338<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14011 AND `id_group` = 1 LIMIT 1 |
90
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 18 AND `id_shop` = 1 LIMIT 1 |
87
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/b7/69/96/b7699621f956948b4fb718fa8b701a0466743651_2.file.footer.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/b7/69/96/b7699621f956948b4fb718fa8b701a0466743651_2.file.footer.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:338<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
86
ms
|
0 |
|
|
/classes/module/Module.php:2328
/classes/controller/FrontController.php:1573<br>/classes/controller/FrontController.php:1710<br>/controllers/front/listing/CategoryController.php:267<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 15 AND `id_shop` = 1 LIMIT 1 |
86
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:964<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/b7/69/96/b7699621f956948b4fb718fa8b701a0466743651_2.file.footer.tpl.php:92<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/b7/69/96/b7699621f956948b4fb718fa8b701a0466743651_2.file.footer.tpl.php:39<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:338<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/ba/95/46ba953ab4f9a6598b1f6b6e0725c5bdeb824b29_2.file.layout-both-columns.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/d4/3d/9a/d43d9ad5aa562edac864163a87ad76e3b0cf0dcc_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/8c/53/5a/8c535a6d4ca1fa96e4fb15a9b1e5b7e9805e8012_2.file.product-list.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/02/6a/c5/026ac5d0e9289a366af9e6a8668f790aadb862b2_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
86
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3963<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14015 AND `id_group` = 1 LIMIT 1 |
86
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14016 AND `id_group` = 1 LIMIT 1 |
85
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 15370 AND `id_group` = 1 LIMIT 1 |
85
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14014 AND `id_group` = 1 LIMIT 1 |
84
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14004 AND `id_group` = 1 LIMIT 1 |
83
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14001 AND `id_group` = 1 LIMIT 1 |
83
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 15376 AND `id_group` = 1 LIMIT 1 |
83
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14002 AND `id_group` = 1 LIMIT 1 |
82
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 14003 AND `id_group` = 1 LIMIT 1 |
81
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3959<br>/classes/Product.php:3684<br>/classes/Product.php:5640<br>/override/classes/Product.php:35<br>/classes/Product.php:5874<br>/classes/Category.php:1069<br>/modules/ganalyticspro/lib/gtag/categoryTag.php:49<br>/modules/ganalyticspro/lib/gtag/baseTag.php:337<br>/modules/ganalyticspro/lib/moduleTools.php:139<br>/modules/ganalyticspro/lib/moduleTools.php:561<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:88<br>:undefined<br>/modules/ganalyticspro/lib/hook/hookDisplay.php:61<br>/modules/ganalyticspro/lib/hook/hookController.php:51<br>/modules/ganalyticspro/ganalyticspro.php:296<br>/modules/ganalyticspro/ganalyticspro.php:258<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2024-11-10 00:00:00" AND date_to <= "2024-11-10 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2024-11-10 00:00:00" AND date_from <= "2024-11-10 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2024-11-10 00:00:00" AND date_to > "2024-11-10 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
62
ms
|
1 |
|
|
/classes/CartRule.php:383
/classes/CartRule.php:416<br>/classes/CartRule.php:555<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2024-11-10 00:00:00" AND date_to <= "2024-11-10 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2024-11-10 00:00:00" AND date_from <= "2024-11-10 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2024-11-10 00:00:00" AND date_to > "2024-11-10 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
61
ms
|
1 |
|
|
/classes/CartRule.php:383
/classes/CartRule.php:416<br>/classes/Cart.php:3021<br>/classes/Cart.php:3395<br>/classes/Cart.php:3468<br>/src/Core/Cart/Fees.php:95<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2190<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|