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) WHERE ((pac.id_attribute IN (26, 37, 75, 80))) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=58 AND c.nright<=59 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) WHERE ((pac.id_attribute IN (26, 37, 75, 80))) AND cg.id_group='1' AND c.level_depth<=4 AND c.nleft>58 AND c.nright<59 GROUP BY cp.id_category |
4408590
ms
|
21180442140 |
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 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 ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=58 AND c.nright<=59 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) WHERE ((a.id_attribute_group=4)) GROUP BY pac.id_attribute |
86793
ms
|
2160 |
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 |
9191
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 |
5817
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 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 |
3724
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1350
/classes/shop/Shop.php:341<br>/config/config.inc.php:128<br>/index.php:27
|
REPLACE INTO ps_layered_filter_block (hash, data) VALUES ("859cab9cdbab8a06f864fcea3c09cd30", "a:1:{s:7:\"filters\";a:7:{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:0:{}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:\"4\";s:4:\"name\";s:12:\"ELIGE MEDIDA\";s:14:\"is_color_group\";b:0;s:6:\"values\";a:55:{i:10;a:4:{s:4:\"name\";s:7:\"770X450\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:25;a:4:{s:4:\"name\";s:7:\"770x500\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:26;a:5:{s:4:\"name\";s:7:\"770x550\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:28;a:4:{s:4:\"name\";s:7:\"770x600\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:29;a:4:{s:4:\"name\";s:9:\"1.120X450\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:31;a:4:{s:4:\"name\";s:9:\"1.120X550\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:32;a:4:{s:4:\"name\";s:9:\"1.120X600\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:33;a:4:{s:4:\"name\";s:9:\"1.500X450\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:34;a:4:{s:4:\"name\";s:9:\"1.500X500\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:35;a:4:{s:4:\"name\";s:9:\"1.500X550\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:36;a:4:{s:4:\"name\";s:9:\"1.500X600\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:37;a:5:{s:4:\"name\";s:9:\"1.720X500\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:39;a:4:{s:4:\"name\";s:7:\"800X400\";s:3:\"nbr\";s:1:\"8\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:40;a:4:{s:4:\"name\";s:7:\"800X450\";s:3:\"nbr\";s:1:\"8\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:41;a:4:{s:4:\"name\";s:7:\"800X500\";s:3:\"nbr\";s:2:\"17\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:42;a:4:{s:4:\"name\";s:7:\"800X550\";s:3:\"nbr\";s:1:\"8\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:43;a:4:{s:4:\"name\";s:7:\"800X600\";s:3:\"nbr\";s:1:\"8\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:44;a:4:{s:4:\"name\";s:8:\"1200X400\";s:3:\"nbr\";s:1:\"8\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:45;a:4:{s:4:\"name\";s:8:\"1200X450\";s:3:\"nbr\";s:1:\"8\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:46;a:4:{s:4:\"name\";s:8:\"1200X500\";s:3:\"nbr\";s:2:\"18\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:47;a:4:{s:4:\"name\";s:8:\"1200X550\";s:3:\"nbr\";s:1:\"8\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:48;a:4:{s:4:\"name\";s:8:\"1200X600\";s:3:\"nbr\";s:1:\"8\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:49;a:4:{s:4:\"name\";s:8:\"1600X400\";s:3:\"nbr\";s:1:\"8\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:50;a:4:{s:4:\"name\";s:8:\"1600X450\";s:3:\"nbr\";s:1:\"8\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:51;a:4:{s:4:\"name\";s:8:\"1600X500\";s:3:\"nbr\";s:2:\"15\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:53;a:4:{s:4:\"name\";s:8:\"1600X600\";s:3:\"nbr\";s:1:\"8\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:54;a:4:{s:4:\"name\";s:8:\"1800X400\";s:3:\"nbr\";s:1:\"8\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:55;a:4:{s:4:\"name\";s:8:\"1800X450\";s:3:\"nbr\";s:1:\"8\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:56;a:4:{s:4:\"name\";s:8:\"1800X500\";s:3:\"nbr\";s:1:\"8\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:57;a:4:{s:4:\"name\";s:8:\"1800X550\";s:3:\"nbr\";s:1:\"8\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:58;a:4:{s:4:\"name\";s:8:\"1800X600\";s:3:\"nbr\";s:1:\"8\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:62;a:4:{s:4:\"name\";s:7:\"588X500\";s:3:\"nbr\";s:1:\"6\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:63;a:4:{s:4:\"name\";s:7:\"810X500\";s:3:\"nbr\";s:1:\"6\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:64;a:4:{s:4:\"name\";s:9:\"1.180X500\";s:3:\"nbr\";s:1:\"6\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:65;a:4:{s:4:\"name\";s:9:\"1.624X500\";s:3:\"nbr\";s:1:\"6\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:67;a:4:{s:4:\"name\";s:7:\"688X500\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:68;a:4:{s:4:\"name\";s:8:\"1118X500\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:70;a:4:{s:4:\"name\";s:8:\"1720X500\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:71;a:4:{s:4:\"name\";s:8:\"1000X500\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:72;a:4:{s:4:\"name\";s:8:\"1700X500\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:73;a:4:{s:4:\"name\";s:12:\"1200x500x300\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:74;a:4:{s:4:\"name\";s:12:\"1200x500x500\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:75;a:5:{s:4:\"name\";s:12:\"1200x500x600\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:76;a:4:{s:4:\"name\";s:12:\"1600X500X300\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:77;a:4:{s:4:\"name\";s:12:\"1600X500X500\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:78;a:4:{s:4:\"name\";s:12:\"1600X500X600\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:79;a:4:{s:4:\"name\";s:7:\"788X500\";s:3:\"nbr\";s:1:\"3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:80;a:5:{s:4:\"name\";s:8:\"1106X500\";s:3:\"nbr\";s:1:\"3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:81;a:4:{s:4:\"name\";s:8:\"1742X500\";s:3:\"nbr\";s:1:\"3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:82;a:4:{s:4:\"name\";s:7:\"700X500\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:83;a:4:{s:4:\"name\";s:8:\"1800X185\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:84;a:4:{s:4:\"name\";s:8:\"1800X280\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:85;a:4:{s:4:\"name\";s:8:\"1800X275\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:86;a:4:{s:4:\"name\";s:8:\"1800X345\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:87;a:4:{s:4:\"name\";s:8:\"1800X415\";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:7;}i:2;a:2:{s:4:\"name\";s:8:\"En stock\";s:3:\"nbr\";i:7;}}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:1:\"7\";}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:15;s:3:\"min\";d:9;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:7;}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:363;s:3:\"min\";d:84;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:7;s:5:\"value\";N;}}}") |
3256
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 lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
3233
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 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 (26, 37, 75, 80))) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=58 AND c.nright<=59 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=3)) AND ((pac_1.id_attribute IN (26, 37, 75, 80))) GROUP BY pac.id_attribute |
2387
ms
|
22815 |
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 data FROM ps_layered_filter_block WHERE hash="859cab9cdbab8a06f864fcea3c09cd30" LIMIT 1 |
2053
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 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 |
2034
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 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 (26, 37, 75, 80))) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=58 AND c.nright<=59 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) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock=0)) AND ((pac_1.id_attribute IN (26, 37, 75, 80))) |
1858
ms
|
6591 |
|
|
/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 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` |
1708
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 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 (26, 37, 75, 80))) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=58 AND c.nright<=59 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) WHERE ((sa.out_of_stock IN (1, 2)) OR (sa.quantity>0)) AND ((pac_1.id_attribute IN (26, 37, 75, 80))) |
1663
ms
|
6591 |
|
|
/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_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) WHERE ((pac.id_attribute IN (26, 37, 75, 80))) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=58 AND c.nright<=59 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 |
1579
ms
|
169 |
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
|
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 |
1564
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
|
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') |
1541
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 domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
1517
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 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 (26, 37, 75, 80))) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=58 AND c.nright<=59 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) WHERE ((sa.quantity>0)) AND ((pac_1.id_attribute IN (26, 37, 75, 80))) |
1444
ms
|
6591 |
|
|
/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 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` = 527 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,12 |
1415
ms
|
62 |
|
|
/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 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) WHERE ((pac.id_attribute IN (26, 37, 75, 80))) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=58 AND c.nright<=59 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) WHERE ((pac.id_attribute IN (26, 37, 75, 80))) GROUP BY p.id_manufacturer |
1411
ms
|
6591 |
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 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) WHERE ((pac.id_attribute IN (26, 37, 75, 80))) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=58 AND c.nright<=59 |
1408
ms
|
13 |
|
|
/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 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) WHERE ((pac.id_attribute IN (26, 37, 75, 80))) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=58 AND c.nright<=59 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) WHERE ((pac.id_attribute IN (26, 37, 75, 80))) GROUP BY p.condition |
1385
ms
|
6591 |
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) WHERE ((pac.id_attribute IN (26, 37, 75, 80))) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=58 AND c.nright<=59 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) WHERE ((pac.id_attribute IN (26, 37, 75, 80))) |
1383
ms
|
6591 |
|
|
/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
|
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`) |
1317
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 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) WHERE ((pac.id_attribute IN (26, 37, 75, 80))) AND ps.id_shop='1' AND p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=58 AND c.nright<=59 |
1310
ms
|
13 |
|
|
/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 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 |
1202
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
|
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 = 4 ORDER BY agl.`name` ASC, a.`position` ASC |
1138
ms
|
98 |
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
|
INSERT INTO `ps_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('1853562', '1677', '59858795', '', '1', '1', '2024-11-10 21:04:53') |
1039
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 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 (241, 242, 243, 244, 245, 246) AND il.`id_lang` = 1 ORDER by i.`position` |
985
ms
|
6 |
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 l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
931
ms
|
1 |
|
|
/classes/Language.php:1049
/config/config.inc.php:154<br>/index.php:27
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 12487 AND `id_group` = 1 LIMIT 1 |
902
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, 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 = 12493
ORDER BY f.position ASC |
892
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 name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 527 LIMIT 1 |
888
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 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 = 12492
LIMIT 1 |
876
ms
|
4 |
|
|
/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` = 12485
AND pa.`id_product_attribute` = 232
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
844
ms
|
1 |
|
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 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 |
837
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 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 (12467) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
778
ms
|
48 |
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 *
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` = 12485) AND (b.`id_shop` = 1) LIMIT 1 |
767
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 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 = 12471
LIMIT 1 |
764
ms
|
14 |
|
|
/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 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 |
744
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
726
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 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` = 527
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
706
ms
|
1 |
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 *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
671
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 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` = 266
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12493 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` = 266
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12493 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
643
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 `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 12492 AND id_shop=1 LIMIT 1 |
630
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 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` = 12485 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` = 12485 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
622
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 *
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` = 12493) LIMIT 1 |
622
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 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` = 12485
AND pac.`id_product_attribute` = 232
AND agl.`id_lang` = 1 |
611
ms
|
1 |
|
|
/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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12493) AND (id_product_attribute = 266) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
611
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.*, 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` = 12463
AND pa.`id_product_attribute` = 269
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
609
ms
|
1 |
|
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 = 12485
ORDER BY f.position ASC |
602
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` = 12492
AND pa.`id_product_attribute` = 263
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
601
ms
|
1 |
|
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:04:48" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:04:48" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
600
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 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` = 12493
AND pac.`id_product_attribute` = 266
AND agl.`id_lang` = 1 |
600
ms
|
1 |
|
|
/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 = 12493
LIMIT 1 |
592
ms
|
4 |
|
|
/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` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12493 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` = 12493 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
591
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 c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:04:53" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:04:53" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
591
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 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` = 263
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12492 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` = 263
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12492 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
578
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 = 12467
LIMIT 1 |
576
ms
|
13 |
|
|
/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 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` = 12487
AND image_shop.`cover` = 1 LIMIT 1 |
567
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12493) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
567
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` = 12485
AND image_shop.`cover` = 1 LIMIT 1 |
562
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 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 = 12492
ORDER BY f.position ASC |
559
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.`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 (12487) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
556
ms
|
24 |
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 `id_category` FROM `ps_category_product`
WHERE `id_product` = 12485 |
556
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/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/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 (12483) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
550
ms
|
12 |
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 1 FROM `ps_specific_price` WHERE id_product = 12485 LIMIT 1 |
550
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 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 = 3 ORDER BY agl.`name` ASC, a.`position` ASC |
547
ms
|
9 |
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 12492 AND `id_group` = 1 LIMIT 1 |
545
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 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` = 12487 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` = 12487 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
536
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 *
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` = 12492) LIMIT 1 |
535
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 FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 527 LIMIT 1 |
531
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 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` = 12485) |
529
ms
|
6 |
|
|
/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_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`; |
529
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 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` = 12483 AND pa.`id_product` = 12483 AND pa.`id_product_attribute` = 258 LIMIT 1 |
527
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_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` = 246 LIMIT 1 |
522
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 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` = 12487
AND pac.`id_product_attribute` = 246
AND agl.`id_lang` = 1 |
513
ms
|
1 |
|
|
/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_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` = 266 LIMIT 1 |
512
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 *
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 |
512
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 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` = 12492) |
511
ms
|
3 |
|
|
/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 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 = 12485
LIMIT 1 |
510
ms
|
7 |
|
|
/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` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12492 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` = 12492 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
508
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 location
FROM `ps_stock_available`
WHERE (id_product = 12492) AND (id_product_attribute = 263) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
488
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12485) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
482
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_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 |
478
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 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` = 12487) |
477
ms
|
6 |
|
|
/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 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 = 12483
LIMIT 1 |
460
ms
|
4 |
|
|
/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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
452
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
447
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 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` = 12492
AND pac.`id_product_attribute` = 263
AND agl.`id_lang` = 1 |
441
ms
|
1 |
|
|
/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 `id_hook`, `name` FROM `ps_hook` |
431
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 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 (12471) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
431
ms
|
52 |
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 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` = 12463
AND pac.`id_product_attribute` = 269
AND agl.`id_lang` = 1 |
429
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<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` = 12483
AND pa.`id_product_attribute` = 258
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
429
ms
|
1 |
|
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 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 = 12476
ORDER BY f.position ASC |
428
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_module` FROM `ps_module_shop` WHERE `id_module` = 28 AND `id_shop` = 1 LIMIT 1 |
425
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 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` = 12483 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` = 12483 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 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` = 12463 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` = 12463 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
423
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_lang`
WHERE `id_product` = 12485 AND `id_shop` = 1 |
422
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 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` = 12493
AND pa.`id_product_attribute` = 266
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
416
ms
|
1 |
|
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 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 |
404
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 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` = 232
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12485 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` = 232
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12485 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
403
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 = 12483
ORDER BY f.position ASC |
400
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 location
FROM `ps_stock_available`
WHERE (id_product = 12485) AND (id_product_attribute = 232) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
396
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12492) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
395
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 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` = 269
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12463 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` = 269
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12463 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:5757<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` = 12493) AND (b.`id_shop` = 1) LIMIT 1 |
390
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` = 12483
AND pac.`id_product_attribute` = 258
AND agl.`id_lang` = 1 |
387
ms
|
1 |
|
|
/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` = 12478
AND pa.`id_product_attribute` = 188
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
386
ms
|
1 |
|
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` = 12477
AND pa.`id_product_attribute` = 184
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
384
ms
|
1 |
|
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12463) LIMIT 1 |
384
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 `iso_code`
FROM `ps_country`
WHERE `id_country` = 6 LIMIT 1 |
383
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 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` = 12492
ORDER BY `position` |
383
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 *
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` = 12492) AND (b.`id_shop` = 1) LIMIT 1 |
382
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` = 12493
ORDER BY `position` |
382
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
382
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 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 = 12487
LIMIT 1 |
380
ms
|
7 |
|
|
/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 c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:04:53" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:04:53" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
379
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 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` = 258
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12483 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` = 258
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12483 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: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.*, 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` = 12487
AND pa.`id_product_attribute` = 246
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
377
ms
|
1 |
|
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 (12485) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
371
ms
|
24 |
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 `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
365
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 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` = 12471
AND pa.`id_product_attribute` = 142
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
360
ms
|
1 |
|
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` = 12478 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` = 12478 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
358
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 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` = 12493 AND pa.`id_product` = 12493 AND pa.`id_product_attribute` = 266 LIMIT 1 |
353
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 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 (261, 262, 263) AND il.`id_lang` = 1 ORDER by i.`position` |
352
ms
|
3 |
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.`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 (12493) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
351
ms
|
12 |
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 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` = 12492
AND image_shop.`cover` = 1 LIMIT 1 |
351
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` = 12477 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` = 12477 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
346
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_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
345
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 location
FROM `ps_stock_available`
WHERE (id_product = 12493) AND (id_product_attribute = 266) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
344
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 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 |
344
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 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` = 12470
AND pa.`id_product_attribute` = 129
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
342
ms
|
1 |
|
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` = 12468 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` = 12468 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
341
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 = 12463
ORDER BY f.position ASC |
339
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_module` FROM `ps_module` WHERE `name` = "ps_contactinfo" LIMIT 1 |
339
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 location
FROM `ps_stock_available`
WHERE (id_product = 12487) AND (id_product_attribute = 246) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
335
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` 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` = 12483) 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 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 |
334
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 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 (12492) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
334
ms
|
12 |
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` = 12468
AND pa.`id_product_attribute` = 91
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
332
ms
|
1 |
|
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` = 12469
AND pa.`id_product_attribute` = 110
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
330
ms
|
1 |
|
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 = 12487
ORDER BY f.position ASC |
328
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` = 188
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12478 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` = 188
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12478 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
326
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<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_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` = 258) LIMIT 1 |
325
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.*, 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` = 12474
AND pa.`id_product_attribute` = 172
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
325
ms
|
1 |
|
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` = 12467
AND pa.`id_product_attribute` = 53
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
324
ms
|
1 |
|
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:04:53" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:04:53" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
324
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 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` = 142
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12471 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` = 142
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12471 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
323
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<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_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`; |
323
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 *
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` = 527) LIMIT 1 |
323
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 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` = 246
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12487 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` = 246
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12487 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: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` = 12471 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` = 12471 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 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` = 12487 AND pa.`id_product` = 12487 AND pa.`id_product_attribute` = 246 LIMIT 1 |
320
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 = 527 LIMIT 1 |
319
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 c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:04:53" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:04:53" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
317
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_lang`
WHERE `id_product` = 12483 AND `id_shop` = 1 |
317
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 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` = 12483
ORDER BY `position` |
317
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` = 12476
AND pa.`id_product_attribute` = 180
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
312
ms
|
1 |
|
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` = 12467 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` = 12467 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
311
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` = 129
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12470 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` = 129
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12470 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
311
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<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 = 12485) AND (id_product_attribute = 232) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
311
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_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` = 263) LIMIT 1 |
309
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 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` = 180
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12476 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` = 180
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12476 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:5757<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` = 12476 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` = 12476 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 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` |
306
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 `id_category` FROM `ps_category_product`
WHERE `id_product` = 12463 |
305
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 = 12492) AND (id_product_attribute = 263) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
305
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 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` = 12493
AND image_shop.`cover` = 1 LIMIT 1 |
305
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.*, 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` = 12473
AND pa.`id_product_attribute` = 165
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
304
ms
|
1 |
|
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` = 12470 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` = 12470 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 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` = 12475 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` = 12475 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
301
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` = 12467) 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/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` = 12475
AND pa.`id_product_attribute` = 176
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
300
ms
|
1 |
|
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_category` FROM `ps_category_product`
WHERE `id_product` = 12492 |
300
ms
|
2 |
|
|
/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 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` = 53
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12467 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` = 53
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12467 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
299
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<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` = 12474 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` = 12474 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
294
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 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 |
293
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 `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 12492 |
293
ms
|
3 |
|
|
/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 type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'category'
AND id_category = 527
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
292
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 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 = 12478
ORDER BY f.position ASC |
291
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 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` = 12467
ORDER BY `position` |
291
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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 527 LIMIT 1 |
291
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 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` = 12469 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` = 12469 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: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` = 12493 |
288
ms
|
3 |
|
|
/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 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` = 12473 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` = 12473 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
287
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` = 91
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12468 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` = 91
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12468 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
287
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 650 LIMIT 1 |
286
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 * FROM ps_datosnavsuperior WHERE `id_lang` = "1" and `id_store`="1" LIMIT 1 |
286
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 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 (130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142) AND il.`id_lang` = 1 ORDER by i.`position` |
285
ms
|
13 |
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` = 12492 AND pa.`id_product` = 12492 AND pa.`id_product_attribute` = 263 LIMIT 1 |
284
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 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` = 110
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12469 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` = 110
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12469 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
284
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<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` = 12467
AND image_shop.`cover` = 1 LIMIT 1 |
284
ms
|
1 |
|
|
/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_category` FROM `ps_category_product`
WHERE `id_product` = 12487 |
282
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/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/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` = 165
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12473 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` = 165
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12473 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
282
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<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` = 1853562
AND `date_add` > '2024-11-10 20:34:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
281
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 c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:04:53" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:04:53" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
281
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` = 12476) AND (b.`id_shop` = 1) LIMIT 1 |
280
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 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` = 184
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12477 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` = 184
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12477 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
280
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<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` = 12478
AND pac.`id_product_attribute` = 188
AND agl.`id_lang` = 1 |
280
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<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` = 12471
ORDER BY `position` |
278
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` = 12478) AND (b.`id_shop` = 1) LIMIT 1 |
277
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 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` = 176
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12475 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` = 176
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12475 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
276
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<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` = 172
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12474 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` = 172
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12474 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
274
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4285<br>/classes/Product.php:5757<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.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 |
271
ms
|
37 |
Yes
|
|
/classes/Dispatcher.php:650
/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 650 LIMIT 1 |
267
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_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` = 12463) AND (b.`id_shop` = 1) LIMIT 1 |
265
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` = 12485) LIMIT 1 |
264
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` = 12483) LIMIT 1 |
264
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_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` = 12483) |
264
ms
|
3 |
|
|
/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` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 58) AND (a0.`nright` > 59) AND (a1.`id_lang` = 1)
ORDER BY a0.`nleft` asc |
264
ms
|
30 |
|
|
/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 *
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` = 12468) AND (b.`id_shop` = 1) LIMIT 1 |
263
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` = 12470
AND pac.`id_product_attribute` = 129
AND agl.`id_lang` = 1 |
262
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<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` = 12485 AND id_shop=1 LIMIT 1 |
260
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 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` = 12485
ORDER BY `position` |
260
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 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 |
259
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 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` = 12469
AND pac.`id_product_attribute` = 110
AND agl.`id_lang` = 1 |
257
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<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` = 12463) |
255
ms
|
2 |
|
|
/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.`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` = 12487
ORDER BY `position` |
255
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 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` = 12474
AND pac.`id_product_attribute` = 172
AND agl.`id_lang` = 1 |
255
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<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 (41, 42, 43, 45, 46, 47, 48, 49, 50, 51, 52, 53) AND il.`id_lang` = 1 ORDER by i.`position` |
253
ms
|
12 |
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 location
FROM `ps_stock_available`
WHERE (id_product = 12483) AND (id_product_attribute = 258) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
252
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` 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` = 12473) 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 *
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` = 246) LIMIT 1 |
251
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` = 12477) LIMIT 1 |
251
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_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` = 12487) AND (b.`id_shop` = 1) LIMIT 1 |
250
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 = 12473
ORDER BY f.position ASC |
249
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12478) 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>/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 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` = 12473
AND pac.`id_product_attribute` = 165
AND agl.`id_lang` = 1 |
246
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<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 |
246
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/config/config.inc.php:227<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` = 12483
AND image_shop.`cover` = 1 LIMIT 1 |
246
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_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
245
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 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 |
245
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 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` = 12477
AND pac.`id_product_attribute` = 184
AND agl.`id_lang` = 1 |
243
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<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 |
241
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 *
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` = 527) 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/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 *
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` = 12477) AND (b.`id_shop` = 1) LIMIT 1 |
240
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_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 |
240
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 *
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` = 12487) LIMIT 1 |
239
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 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` = 12476
AND pac.`id_product_attribute` = 180
AND agl.`id_lang` = 1 |
239
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<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`; |
238
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 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` = 12475
AND pac.`id_product_attribute` = 176
AND agl.`id_lang` = 1 |
238
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<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_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`; |
238
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 *
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` = 12470) AND (b.`id_shop` = 1) LIMIT 1 |
238
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 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 = 12474
ORDER BY f.position ASC |
235
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 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` = 12468
AND pac.`id_product_attribute` = 91
AND agl.`id_lang` = 1 |
235
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<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_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` = 232) LIMIT 1 |
235
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 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` = 12471
AND pac.`id_product_attribute` = 142
AND agl.`id_lang` = 1 |
234
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<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 = 12470
ORDER BY f.position ASC |
234
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 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 (264, 265, 266) AND il.`id_lang` = 1 ORDER by i.`position` |
234
ms
|
3 |
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` = 12469) AND (b.`id_shop` = 1) 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>/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 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 = 12477
ORDER BY f.position ASC |
233
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` = 12471) AND (b.`id_shop` = 1) LIMIT 1 |
232
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` = 12474) AND (b.`id_shop` = 1) LIMIT 1 |
232
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 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` = 12468) |
231
ms
|
19 |
|
|
/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 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 = 12468
ORDER BY f.position ASC |
231
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 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` = 12467
AND pac.`id_product_attribute` = 53
AND agl.`id_lang` = 1 |
230
ms
|
1 |
|
|
/classes/Product.php:7406
/classes/Product.php:5793<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` = 12475) AND (b.`id_shop` = 1) 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>/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_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`; |
229
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:04:48" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:04:48" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
228
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_lang`
WHERE `id_product` = 12493 AND `id_shop` = 1 |
228
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_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 12493 AND id_shop=1 LIMIT 1 |
228
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 (259, 260, 258) AND il.`id_lang` = 1 ORDER by i.`position` |
227
ms
|
3 |
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 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`=12467 |
226
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 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 = 12471
ORDER BY f.position ASC |
226
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 = 12469
ORDER BY f.position ASC |
224
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 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 (232, 233, 234, 238, 239, 240) AND il.`id_lang` = 1 ORDER by i.`position` |
223
ms
|
6 |
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 format
FROM `ps_address_format`
WHERE `id_country` = 6 LIMIT 1 |
223
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 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 = 12467
ORDER BY f.position ASC |
221
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_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12471) LIMIT 1 |
221
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 `id_category` FROM `ps_category_product`
WHERE `id_product` = 12483 |
219
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/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/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 = 12475
ORDER BY f.position ASC |
219
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_module` FROM `ps_module_shop` WHERE `id_module` = 70 AND `id_shop` = 1 LIMIT 1 |
218
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 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` = 12474) |
218
ms
|
4 |
|
|
/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` = 12493) |
217
ms
|
3 |
|
|
/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.`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` = 12463 AND pa.`id_product` = 12463 AND pa.`id_product_attribute` = 269 LIMIT 1 |
216
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<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` = 12476) 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 c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:04:48" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:04:48" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
214
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 c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:04:48" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:04:48" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
212
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` = 12470) |
208
ms
|
19 |
|
|
/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` = 12487 |
207
ms
|
6 |
|
|
/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 *
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` = 12470) LIMIT 1 |
207
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` = 12468) LIMIT 1 |
207
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` = 12478) |
206
ms
|
4 |
|
|
/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` = 12475) LIMIT 1 |
206
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` = 12477) |
206
ms
|
4 |
|
|
/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` = 12469) |
206
ms
|
19 |
|
|
/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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 12485 AND `id_group` = 1 LIMIT 1 |
204
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` = 12463
AND image_shop.`cover` = 1 LIMIT 1 |
202
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 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` = 12470
AND image_shop.`cover` = 1 LIMIT 1 |
202
ms
|
1 |
|
|
/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_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` = 176) LIMIT 1 |
202
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/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 = 12487 LIMIT 1 |
200
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` = 269) LIMIT 1 |
200
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/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` = 12469) 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 c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:04:48" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:04:48" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
199
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 distinct(al.`name`)
FROM `ps_product_attribute_shop` pa
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
INNER JOIN `ps_attribute_lang` `al` ON pac.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1
WHERE (pac.id_product_attribute = 53) AND (pa.id_shop = 1) |
199
ms
|
1 |
|
|
/modules/ganalyticspro/lib/moduleDao.php:68
/modules/ganalyticspro/lib/moduleTools.php:716<br>/modules/ganalyticspro/lib/moduleTools.php:668<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` = 263 LIMIT 1 |
199
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 *
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` = 12473) LIMIT 1 |
197
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12483) 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 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 |
196
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 c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:04:48" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:04:48" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
196
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.`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` = 12478
AND image_shop.`cover` = 1 LIMIT 1 |
196
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 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` = 12467) |
196
ms
|
12 |
|
|
/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 distinct(al.`name`)
FROM `ps_product_attribute_shop` pa
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
INNER JOIN `ps_attribute_lang` `al` ON pac.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1
WHERE (pac.id_product_attribute = 165) AND (pa.id_shop = 1) |
195
ms
|
1 |
|
|
/modules/ganalyticspro/lib/moduleDao.php:68
/modules/ganalyticspro/lib/moduleTools.php:716<br>/modules/ganalyticspro/lib/moduleTools.php:668<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` = 12471) |
195
ms
|
13 |
|
|
/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 c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:04:48" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:04:48" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
195
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_category` FROM `ps_category_product`
WHERE `id_product` = 12493 |
194
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/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/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` = 12477
AND image_shop.`cover` = 1 LIMIT 1 |
194
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_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` = 650) AND (b.`id_shop` = 1) LIMIT 1 |
191
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 *
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` = 12474) LIMIT 1 |
191
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 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` = 12469 AND pa.`id_product` = 12469 AND pa.`id_product_attribute` = 110 LIMIT 1 |
190
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<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` = 12474
AND image_shop.`cover` = 1 LIMIT 1 |
189
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 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` = 12474 AND pa.`id_product` = 12474 AND pa.`id_product_attribute` = 172 LIMIT 1 |
189
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<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 |
188
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 = 12483 LIMIT 1 |
188
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 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 |
187
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 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` = 12473) |
187
ms
|
4 |
|
|
/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_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` = 110) LIMIT 1 |
187
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/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` = 12492 AND `id_shop` = 1 |
185
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 distinct(al.`name`)
FROM `ps_product_attribute_shop` pa
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
INNER JOIN `ps_attribute_lang` `al` ON pac.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1
WHERE (pac.id_product_attribute = 269) AND (pa.id_shop = 1) |
185
ms
|
1 |
|
|
/modules/ganalyticspro/lib/moduleDao.php:68
/modules/ganalyticspro/lib/moduleTools.php:716<br>/modules/ganalyticspro/lib/moduleTools.php:668<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_mainmenu" LIMIT 1 |
185
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 *
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` = 12467) LIMIT 1 |
185
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_lang`
WHERE `id_product` = 12487 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/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/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 = 12493 LIMIT 1 |
183
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 conf.* FROM `ps_minpurchase_configuration` conf WHERE conf.`id_shop` = 1
AND conf.`active` = 1 |
183
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 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` = 12485 AND pa.`id_product` = 12485 AND pa.`id_product_attribute` = 232 LIMIT 1 |
182
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12487) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
182
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` = 18 AND `id_shop` = 1 LIMIT 1 |
181
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 *
FROM `ps_product_lang`
WHERE `id_product` = 12478 AND `id_shop` = 1 |
181
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 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` = 12468 AND pa.`id_product` = 12468 AND pa.`id_product_attribute` = 91 LIMIT 1 |
181
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<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` = 12476) |
179
ms
|
4 |
|
|
/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(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 = 12463
AND DATEDIFF("2024-11-10 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
178
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 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` = 12476 AND pa.`id_product` = 12476 AND pa.`id_product_attribute` = 180 LIMIT 1 |
178
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<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_socialfollow" LIMIT 1 |
177
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 c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:04:48" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:04:48" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
176
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 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`; |
176
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
176
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 distinct(al.`name`)
FROM `ps_product_attribute_shop` pa
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
INNER JOIN `ps_attribute_lang` `al` ON pac.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1
WHERE (pac.id_product_attribute = 129) AND (pa.id_shop = 1) |
175
ms
|
1 |
|
|
/modules/ganalyticspro/lib/moduleDao.php:68
/modules/ganalyticspro/lib/moduleTools.php:716<br>/modules/ganalyticspro/lib/moduleTools.php:668<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 distinct(al.`name`)
FROM `ps_product_attribute_shop` pa
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
INNER JOIN `ps_attribute_lang` `al` ON pac.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1
WHERE (pac.id_product_attribute = 184) AND (pa.id_shop = 1) |
175
ms
|
1 |
|
|
/modules/ganalyticspro/lib/moduleDao.php:68
/modules/ganalyticspro/lib/moduleTools.php:716<br>/modules/ganalyticspro/lib/moduleTools.php:668<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 distinct(al.`name`)
FROM `ps_product_attribute_shop` pa
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
INNER JOIN `ps_attribute_lang` `al` ON pac.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1
WHERE (pac.id_product_attribute = 180) AND (pa.id_shop = 1) |
175
ms
|
1 |
|
|
/modules/ganalyticspro/lib/moduleDao.php:68
/modules/ganalyticspro/lib/moduleTools.php:716<br>/modules/ganalyticspro/lib/moduleTools.php:668<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` = 12477 |
175
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 *
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` = 165) LIMIT 1 |
175
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/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 |
175
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/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` = 3
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
175
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:04:48" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:04:48" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
174
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` = 142) LIMIT 1 |
174
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/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 distinct(al.`name`)
FROM `ps_product_attribute_shop` pa
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
INNER JOIN `ps_attribute_lang` `al` ON pac.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1
WHERE (pac.id_product_attribute = 110) AND (pa.id_shop = 1) |
174
ms
|
1 |
|
|
/modules/ganalyticspro/lib/moduleDao.php:68
/modules/ganalyticspro/lib/moduleTools.php:716<br>/modules/ganalyticspro/lib/moduleTools.php:668<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` = 12475) |
174
ms
|
4 |
|
|
/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 conf.* FROM `ps_minpurchase_configuration` conf WHERE conf.`id_shop` = 1
AND conf.`active` = 1 |
174
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 distinct(al.`name`)
FROM `ps_product_attribute_shop` pa
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
INNER JOIN `ps_attribute_lang` `al` ON pac.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1
WHERE (pac.id_product_attribute = 142) AND (pa.id_shop = 1) |
174
ms
|
1 |
|
|
/modules/ganalyticspro/lib/moduleDao.php:68
/modules/ganalyticspro/lib/moduleTools.php:716<br>/modules/ganalyticspro/lib/moduleTools.php:668<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 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` = 12478 AND pa.`id_product` = 12478 AND pa.`id_product_attribute` = 188 LIMIT 1 |
173
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<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_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` = 266) 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 distinct(al.`name`)
FROM `ps_product_attribute_shop` pa
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
INNER JOIN `ps_attribute_lang` `al` ON pac.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1
WHERE (pac.id_product_attribute = 188) AND (pa.id_shop = 1) |
173
ms
|
1 |
|
|
/modules/ganalyticspro/lib/moduleDao.php:68
/modules/ganalyticspro/lib/moduleTools.php:716<br>/modules/ganalyticspro/lib/moduleTools.php:668<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 distinct(al.`name`)
FROM `ps_product_attribute_shop` pa
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
INNER JOIN `ps_attribute_lang` `al` ON pac.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1
WHERE (pac.id_product_attribute = 176) AND (pa.id_shop = 1) |
173
ms
|
1 |
|
|
/modules/ganalyticspro/lib/moduleDao.php:68
/modules/ganalyticspro/lib/moduleTools.php:716<br>/modules/ganalyticspro/lib/moduleTools.php:668<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 c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:04:48" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:04:48" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
173
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_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: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 distinct(al.`name`)
FROM `ps_product_attribute_shop` pa
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
INNER JOIN `ps_attribute_lang` `al` ON pac.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1
WHERE (pac.id_product_attribute = 172) AND (pa.id_shop = 1) |
172
ms
|
1 |
|
|
/modules/ganalyticspro/lib/moduleDao.php:68
/modules/ganalyticspro/lib/moduleTools.php:716<br>/modules/ganalyticspro/lib/moduleTools.php:668<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 = 527 LIMIT 1 |
172
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 c.* FROM `ps_minpurchase_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 AND (date_from <= "2024-11-10 21:04:48" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:04:48" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
172
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.`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` = 12471
AND image_shop.`cover` = 1 LIMIT 1 |
171
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:04:48" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:04:48" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
171
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_linklist" LIMIT 1 |
170
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 `name`, `alias` FROM `ps_hook_alias` |
170
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 distinct(al.`name`)
FROM `ps_product_attribute_shop` pa
LEFT JOIN `ps_product_attribute_combination` `pac` ON pac.id_product_attribute = pa.id_product_attribute
INNER JOIN `ps_attribute_lang` `al` ON pac.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1
WHERE (pac.id_product_attribute = 91) AND (pa.id_shop = 1) |
169
ms
|
1 |
|
|
/modules/ganalyticspro/lib/moduleDao.php:68
/modules/ganalyticspro/lib/moduleTools.php:716<br>/modules/ganalyticspro/lib/moduleTools.php:668<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 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` = 12469
AND image_shop.`cover` = 1 LIMIT 1 |
169
ms
|
1 |
|
|
/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:04:48" OR date_from = "0000-00-00 00:00:00") AND (date_to >= "2024-11-10 21:04:48" OR date_to = "0000-00-00 00:00:00") ORDER BY c.`priority`, c.`id_minpurchase_configuration` ASC |
169
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_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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12463) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
168
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_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` = 188) LIMIT 1 |
167
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/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` = 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 |
167
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 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 = 12463 LIMIT 1 |
167
ms
|
2 |
|
|
/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 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` = 12468
AND image_shop.`cover` = 1 LIMIT 1 |
167
ms
|
1 |
|
|
/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` = 258 LIMIT 1 |
166
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 = 12476
AND DATEDIFF("2024-11-10 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
166
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 = 12470
AND DATEDIFF("2024-11-10 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
166
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_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 12471 |
166
ms
|
13 |
|
|
/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_module` FROM `ps_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1 |
165
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 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` = 12473
AND image_shop.`cover` = 1 LIMIT 1 |
165
ms
|
1 |
|
|
/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_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 |
165
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 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` = 12477 AND pa.`id_product` = 12477 AND pa.`id_product_attribute` = 184 LIMIT 1 |
163
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<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_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` = 184) LIMIT 1 |
163
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/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 |
162
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_page_type
FROM ps_page_type
WHERE name = 'category' LIMIT 1 |
161
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 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` = 12476
AND image_shop.`cover` = 1 LIMIT 1 |
161
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 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` = 12470 AND pa.`id_product` = 12470 AND pa.`id_product_attribute` = 129 LIMIT 1 |
161
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<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` c ORDER BY `iso_code` ASC |
160
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 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 product_attribute_shop.default_on = 1 AND pa.id_product = 12470 LIMIT 1 |
160
ms
|
19 |
|
|
/classes/Product.php:1054
/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_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` = 39) AND (b.`id_shop` = 1) LIMIT 1 |
160
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 `id_module` FROM `ps_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1 |
159
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 *
FROM `ps_product_lang`
WHERE `id_product` = 12463 AND `id_shop` = 1 |
159
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 product_attribute_shop.default_on = 1 AND pa.id_product = 12469 LIMIT 1 |
159
ms
|
19 |
|
|
/classes/Product.php:1054
/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` = 232 LIMIT 1 |
159
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_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 product_attribute_shop.default_on = 1 AND pa.id_product = 12468 LIMIT 1 |
159
ms
|
19 |
|
|
/classes/Product.php:1054
/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 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` = 12475
AND image_shop.`cover` = 1 LIMIT 1 |
158
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 |
158
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 = 12492 LIMIT 1 |
158
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_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 |
157
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
157
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/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` = 142 LIMIT 1 |
157
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<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_page`
FROM `ps_page`
WHERE `id_page_type` = 3 AND `id_object` = 527 LIMIT 1 |
157
ms
|
1 |
|
|
/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 `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 0
AND `active` = 1 LIMIT 1 |
157
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 *
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` = 129) LIMIT 1 |
156
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/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` = 180) LIMIT 1 |
156
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/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` = 12473 AND pa.`id_product` = 12473 AND pa.`id_product_attribute` = 165 LIMIT 1 |
155
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<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_shoppingcart" LIMIT 1 |
155
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 *
FROM `ps_gap_refund` gf
WHERE (gf.shop_id=1) AND (gf.sent= "0") LIMIT 1 |
155
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 *
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` = 172) LIMIT 1 |
155
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/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` = 12487 AND id_shop=1 LIMIT 1 |
155
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12475) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
154
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 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` = 12467 AND pa.`id_product` = 12467 AND pa.`id_product_attribute` = 53 LIMIT 1 |
154
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<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` = 12470 AND `id_shop` = 1 |
154
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 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` = 12471 AND pa.`id_product` = 12471 AND pa.`id_product_attribute` = 142 LIMIT 1 |
154
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<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 `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 6 LIMIT 1 |
154
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 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 = 12474 LIMIT 1 |
153
ms
|
4 |
|
|
/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_module` FROM `ps_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
152
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 location
FROM `ps_stock_available`
WHERE (id_product = 12463) AND (id_product_attribute = 269) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
152
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/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 |
152
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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
152
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 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` = 12475 AND pa.`id_product` = 12475 AND pa.`id_product_attribute` = 176 LIMIT 1 |
151
ms
|
1 |
|
|
/classes/Product.php:1138
/classes/Product.php:5761<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` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
151
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/shop/Shop.php:132<br>/classes/shop/Shop.php:415<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 12476 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 *
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` = 91) LIMIT 1 |
150
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/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 = 12476 LIMIT 1 |
150
ms
|
4 |
|
|
/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 product_attribute_shop.default_on = 1 AND pa.id_product = 12471 LIMIT 1 |
150
ms
|
13 |
|
|
/classes/Product.php:1054
/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` = 12473 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/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 = 12483) AND (id_product_attribute = 258) 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: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 = 12477 LIMIT 1 |
149
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 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 product_attribute_shop.default_on = 1 AND pa.id_product = 12467 LIMIT 1 |
149
ms
|
12 |
|
|
/classes/Product.php:1054
/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 |
149
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/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`=12463 |
148
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_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 12467 |
147
ms
|
12 |
|
|
/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 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 |
147
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_tax_lang`
WHERE `id_tax` = 11 |
146
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 `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 12483 |
146
ms
|
3 |
|
|
/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_module` FROM `ps_module` WHERE `name` = "pm_advancedcookiebanner" LIMIT 1 |
145
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 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 = 12475
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 *
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 |
145
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 *
FROM `ps_product_lang`
WHERE `id_product` = 12477 AND `id_shop` = 1 |
145
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 = 12468
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 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` = 180 LIMIT 1 |
144
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<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(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 = 12469
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_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 |
144
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 id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
144
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 = 12473 LIMIT 1 |
143
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 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 product_attribute_shop.default_on = 1 AND pa.id_product = 12475 LIMIT 1 |
142
ms
|
4 |
|
|
/classes/Product.php:1054
/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` = 165 LIMIT 1 |
142
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<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` = 12493 AND `id_group` = 1 LIMIT 1 |
142
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 value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
142
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` = 53) LIMIT 1 |
142
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/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` = 269 LIMIT 1 |
141
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<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, alias FROM `ps_hook_alias` |
141
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 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 = 12468 LIMIT 1 |
140
ms
|
19 |
|
|
/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 product_attribute_shop.default_on = 1 AND pa.id_product = 12473 LIMIT 1 |
140
ms
|
4 |
|
|
/classes/Product.php:1054
/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` = 12483 AND id_shop=1 LIMIT 1 |
140
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_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 12463 AND id_shop=1 LIMIT 1 |
140
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.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 product_attribute_shop.default_on = 1 AND pa.id_product = 12474 LIMIT 1 |
140
ms
|
4 |
|
|
/classes/Product.php:1054
/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 = 12473) AND (id_product_attribute = 165) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
140
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<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 = 12467 LIMIT 1 |
140
ms
|
12 |
|
|
/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 product_attribute_shop.default_on = 1 AND pa.id_product = 12478 LIMIT 1 |
139
ms
|
4 |
|
|
/classes/Product.php:1054
/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 = 0 LIMIT 1 |
139
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.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 product_attribute_shop.default_on = 1 AND pa.id_product = 12476 LIMIT 1 |
139
ms
|
4 |
|
|
/classes/Product.php:1054
/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 product_attribute_shop.default_on = 1 AND pa.id_product = 12477 LIMIT 1 |
138
ms
|
4 |
|
|
/classes/Product.php:1054
/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_country_lang`
WHERE `id_country` = 6 |
138
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 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 product_attribute_shop.default_on = 1 AND pa.id_product = 12463 LIMIT 1 |
137
ms
|
2 |
|
|
/classes/Product.php:1054
/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 = 12478 LIMIT 1 |
136
ms
|
4 |
|
|
/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`
FROM `ps_hook`
WHERE `id_hook` = 774 LIMIT 1 |
136
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 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 = 12469 LIMIT 1 |
136
ms
|
19 |
|
|
/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_category_lang`
WHERE `id_category` = 527 AND `id_shop` = 1 |
136
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 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 = 12477 LIMIT 1 |
136
ms
|
4 |
|
|
/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 = 12475 LIMIT 1 |
135
ms
|
4 |
|
|
/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 = 12470 LIMIT 1 |
135
ms
|
19 |
|
|
/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 location
FROM `ps_stock_available`
WHERE (id_product = 12469) AND (id_product_attribute = 110) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
135
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/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 = 12474
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12487) AND (id_product_attribute = 246) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
134
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 = 12468) AND (id_product_attribute = 91) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<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(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 = 12478
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 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 = 12477
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 `name`, `active`, `position`
FROM `ps_pscheckout_funding_source`
WHERE `id_shop` = 1 |
134
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 *
FROM `ps_product_lang`
WHERE `id_product` = 12471 AND `id_shop` = 1 |
133
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 = 527 LIMIT 1 |
133
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 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 = 12473
AND DATEDIFF("2024-11-10 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
133
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.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 = 12471 LIMIT 1 |
133
ms
|
13 |
|
|
/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 = 12473 LIMIT 1 |
133
ms
|
4 |
|
|
/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 = 12467
AND DATEDIFF("2024-11-10 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
132
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 = 12471
AND DATEDIFF("2024-11-10 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
132
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` = 12468 |
131
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_module` FROM `ps_module` WHERE `name` = "ps_facebook" LIMIT 1 |
131
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
130
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 = 12478) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
130
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12463) AND (id_product_attribute = 269) 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:5757<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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 527 LIMIT 1 |
130
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 *
FROM `ps_product_lang`
WHERE `id_product` = 12475 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 ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 527 AND ctg.`id_group` = 1 LIMIT 1 |
130
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` = 12469 AND `id_shop` = 1 |
129
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_product_lang`
WHERE `id_product` = 12468 AND `id_shop` = 1 |
129
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 = 12476) AND (id_product_attribute = 180) 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/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 |
129
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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
128
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/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_datosnavsuperior_files` where `id_store`=1 and `id_lang`=1 LIMIT 1 |
128
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 *
FROM `ps_product_lang`
WHERE `id_product` = 12474 AND `id_shop` = 1 |
128
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 conf.* FROM `ps_minpurchase_configuration` conf WHERE conf.`id_shop` = 1
AND conf.`active` = 1 |
128
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 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` = 188 LIMIT 1 |
128
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<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_gap_refund_partial` grf
WHERE (grf.shop_id=1) AND (grf.sent= "0") LIMIT 1 |
128
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 depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 12475) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
128
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 = 12473) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
126
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 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` = 129 LIMIT 1 |
126
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<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_state` a
WHERE (a.`id_state` = 383) LIMIT 1 |
126
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 location
FROM `ps_stock_available`
WHERE (id_product = 12477) AND (id_product_attribute = 184) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
125
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/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` = 184 LIMIT 1 |
124
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<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 |
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 * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
124
ms
|
1 |
|
|
/classes/module/Module.php:2237
/classes/Hook.php:889<br>/classes/Dispatcher.php:364<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 12476 |
124
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12476) 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 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` = 172 LIMIT 1 |
123
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<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 = 12475) AND (id_product_attribute = 176) 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:5757<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 |
123
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/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` = 12485 |
123
ms
|
6 |
|
|
/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_module` FROM `ps_module_shop` WHERE `id_module` = 13 AND `id_shop` = 1 LIMIT 1 |
123
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 *
FROM `ps_product_lang`
WHERE `id_product` = 12467 AND `id_shop` = 1 |
123
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 |
123
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 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`=12473 |
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12478) AND (id_product_attribute = 0) 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: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 = 12478) AND (id_product_attribute = 188) 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/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 |
121
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/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 = 12470) AND (id_product_attribute = 129) 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/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: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`=12468 |
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12471) AND (id_product_attribute = 142) 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/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 |
120
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 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`=12469 |
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 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`=12478 |
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 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`=12470 |
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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
119
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php: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 |
119
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 12470 AND `id_group` = 1 LIMIT 1 |
119
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` = 33 AND `id_shop` = 1 LIMIT 1 |
119
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 *
FROM `ps_tax` a
WHERE (a.`id_tax` = 11) LIMIT 1 |
118
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 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`=12476 |
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 `id_module` FROM `ps_module_shop` WHERE `id_module` = 15 AND `id_shop` = 1 LIMIT 1 |
118
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 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`=12471 |
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 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` = 176 LIMIT 1 |
118
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<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 = 12478 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 `id_module` FROM `ps_module_shop` WHERE `id_module` = 32 AND `id_shop` = 1 LIMIT 1 |
117
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 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` = 91 LIMIT 1 |
117
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<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 |
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_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 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`=12477 |
117
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.`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` = 110 LIMIT 1 |
117
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<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 = 12470) AND (id_product_attribute = 129) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
117
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/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`=12475 |
117
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 = 12477) 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` = 12463 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 `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
116
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 |
116
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/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 |
116
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/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`=12474 |
116
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 |
115
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/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 = 12473) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
115
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_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:5757<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` = 12478 |
115
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 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` = 53 LIMIT 1 |
115
ms
|
1 |
|
|
/classes/Combination.php:543
/classes/Product.php:5627<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 = 12470) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
114
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_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
114
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/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 |
114
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 1 FROM `ps_specific_price` WHERE id_product = 12471 LIMIT 1 |
114
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` WHERE `name` = "ps_accounts" LIMIT 1 |
113
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 `name` FROM `ps_supplier` WHERE `id_supplier` = 0 LIMIT 1 |
113
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` = 12477 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/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 = 12471) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
113
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` = 12470 |
113
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 = 527 LIMIT 1 |
112
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 c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
112
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 `id_category` FROM `ps_category_product`
WHERE `id_product` = 0 |
112
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 depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 12476) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
112
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12469) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
111
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 = 12477) AND (id_product_attribute = 184) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
111
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<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` = 12471 |
111
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_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
111
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 |
111
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 = 12474) AND (id_product_attribute = 172) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
111
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<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 = 12471) AND (id_product_attribute = 142) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
110
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/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 = 12469) AND (id_product_attribute = 110) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
110
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<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` = 12469 |
110
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 1 FROM `ps_specific_price` WHERE id_product = 12470 LIMIT 1 |
109
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_currency_lang`
WHERE `id_currency` = 1 |
109
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 12483 AND `id_group` = 1 LIMIT 1 |
109
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 = 527 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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12468) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
109
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 location
FROM `ps_stock_available`
WHERE (id_product = 12478) AND (id_product_attribute = 188) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
109
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/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 = 12470) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
109
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 |
109
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/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 = 12476 LIMIT 1 |
109
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_required_field, object_name, field_name
FROM ps_required_field |
108
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 location
FROM `ps_stock_available`
WHERE (id_product = 12476) AND (id_product_attribute = 180) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
108
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/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 = 12467) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
107
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 = 527 LIMIT 1 |
107
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 = 12469 LIMIT 1 |
107
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 = 12474) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
107
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 = 527 LIMIT 1 |
107
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_group_lang`
WHERE `id_group` = 1 |
106
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 location
FROM `ps_stock_available`
WHERE (id_product = 12473) AND (id_product_attribute = 165) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
106
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/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 |
106
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 `id_module` FROM `ps_module` WHERE `name` = "minpurchase" LIMIT 1 |
106
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 SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12467) AND (id_product_attribute = 53) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
106
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4279<br>/classes/Product.php:5757<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 = 12475) AND (id_product_attribute = 176) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
105
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/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 = 12474 LIMIT 1 |
105
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 1 FROM `ps_specific_price` WHERE id_product = 12468 LIMIT 1 |
105
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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 39 LIMIT 1 |
104
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_zone`
FROM `ps_country`
WHERE `id_country` = 6 LIMIT 1 |
104
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 `id_category` FROM `ps_category_product`
WHERE `id_product` = 12474 |
104
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 location
FROM `ps_stock_available`
WHERE (id_product = 12475) 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 `id_category` FROM `ps_category_product`
WHERE `id_product` = 12473 |
104
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/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 = 12471) 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 1 FROM `ps_specific_price` WHERE id_product = 12467 LIMIT 1 |
104
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 = 12471) 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 `id_category` FROM `ps_category_product`
WHERE `id_product` = 12475 |
103
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 1 FROM `ps_specific_price` WHERE id_product = 12475 LIMIT 1 |
103
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 = 12468) AND (id_product_attribute = 91) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
103
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/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 = 527 LIMIT 1 |
103
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` = 12478 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 out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 12463) 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 1 FROM `ps_specific_price` WHERE id_product = 12463 LIMIT 1 |
100
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 = 12474) AND (id_product_attribute = 172) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
100
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/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` = 12467 |
100
ms
|
2 |
|
|
/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 out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 12476) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
99
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_module` FROM `ps_module_shop` WHERE `id_module` = 61 AND `id_shop` = 1 LIMIT 1 |
99
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`, `active`, `position`
FROM `ps_pscheckout_funding_source`
WHERE `id_shop` = 1 |
99
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 `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 12470 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 name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 527 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 out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 12473) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
99
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 = 12467) AND (id_product_attribute = 53) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
99
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/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 = 12470) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
98
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 out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 12469) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
98
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` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 39 LIMIT 1 |
98
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 out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 12467) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
98
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 out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 12475) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
98
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 = 650 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 `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 12471 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 out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 12478) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
97
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 out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 12468) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
97
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 out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 12474) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
97
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 = 527 LIMIT 1 |
97
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 out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 12477) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
97
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` = 12473 AND id_shop=1 LIMIT 1 |
96
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 name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 527 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 `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 12468 AND id_shop=1 LIMIT 1 |
96
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` = 12469 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 = 12477) 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 id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
95
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_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 527 LIMIT 1 |
95
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 = 12463) 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 `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 6 LIMIT 1 |
94
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 location
FROM `ps_stock_available`
WHERE (id_product = 12468) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
93
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 = 12467) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
93
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` = 12474 AND id_shop=1 LIMIT 1 |
92
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 = 12476) 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 depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 12468) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
92
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 = 12473) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
92
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 = 12463) 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 = 12470) 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 `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 12476 AND id_shop=1 LIMIT 1 |
92
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 = 12471) 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 depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 12469) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
91
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 cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 650 LIMIT 1 |
91
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_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 12475 AND id_shop=1 LIMIT 1 |
91
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 = 12478) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
91
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 = 12469) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
90
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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 12478 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 location
FROM `ps_stock_available`
WHERE (id_product = 12467) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
90
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 = 12474) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
90
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 = 12477) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
90
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 = 12474) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
90
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 = 39 LIMIT 1 |
90
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_shop` WHERE `id_module` = 71 AND `id_shop` = 1 LIMIT 1 |
89
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 `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 12467 AND id_shop=1 LIMIT 1 |
89
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` = 30 AND `id_shop` = 1 LIMIT 1 |
88
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 `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
88
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` = 12473 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 `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 `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 12477 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` = 12469 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` = 12471 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` = 12468 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` = 12474 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` = 12476 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` = 12475 AND `id_group` = 1 LIMIT 1 |
79
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` = 12467 AND `id_group` = 1 LIMIT 1 |
78
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 |
60
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
|
(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 |
55
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
|