SELECT SQL_NO_CACHE count(distinct(o.`id_order`)) FROM `ps_orders` o LEFT JOIN ps_order_cart_rule od ON o.id_order = od.id_order LEFT JOIN ps_quantity_discount_rule_order qdro ON od.id_cart_rule = qdro.id_cart_rule WHERE qdro.id_quantity_discount_rule = 1 AND 8 != o.current_state LIMIT 1 | 6236 ms | 2696 | | | /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:3625 /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:353<br>/override/classes/CartRule.php:110<br>/override/classes/CartRule.php:139<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/override/classes/controller/FrontController.php:23<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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`) | 4433 ms | 1651 | | | /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:28 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description`, pl.`description_short`, pl.`available_now`, pl.`available_later`, IFNULL(product_attribute_shop.id_product_attribute, 0) id_product_attribute, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image, il.`legend`, m.`name` AS manufacturer_name, DATEDIFF( p.`date_add`, DATE_SUB( "2025-08-20 00:00:00", INTERVAL 0 DAY ) ) > 0 AS new 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 (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_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.`active` = 1 AND product_shop.`show_price` = 1 AND product_shop.`visibility` IN ("both", "catalog") AND p.`id_product` IN (118, 119, 115, 150, 153, 156, 138, 125, 167, 168, 169, 180, 143, 82, 178, 177, 176, 192) AND EXISTS(SELECT 1 FROM `ps_category_product` cp JOIN `ps_category_group` cg ON (cp.id_category = cg.id_category AND cg.`id_group` =1) WHERE cp.`id_product` = p.`id_product`) ORDER BY pl.name asc LIMIT 0, 12 | 2500 ms | 36 | Yes | | /classes/Product.php:3365 /override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` | 2209 ms | 1892 | Yes | Yes | /classes/Hook.php:1183 /classes/Hook.php:731<br>/classes/Hook.php:815<br>/classes/Dispatcher.php:603<br>/override/classes/Dispatcher.php:227<br>/classes/Dispatcher.php:214<br>/index.php:29 |
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 | 1568 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:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE t.id_template, t.template_filters AS filters, t.additional_settings, tl.data AS lang FROM ps_af_templates t LEFT JOIN ps_af_templates_lang tl ON tl.id_template = t.id_template AND tl.id_shop = t.id_shop AND tl.id_lang = 1 WHERE t.active = 1 AND t.template_controller = 'pricesdrop' AND t.id_shop = 1 ORDER BY t.id_template DESC LIMIT 1 | 1557 ms | 1 | | | /modules/amazzingfilter/amazzingfilter.php:3637 /modules/amazzingfilter/amazzingfilter.php:2593<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/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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 | 1411 ms | 470 | | | /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:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE c.id_cms as value,CONCAT('mm_cms_',c.id_cms) as id, cl.meta_title as label FROM ps_cms c INNER JOIN ps_cms_shop cs ON (c.id_cms= cs.id_cms AND cs.id_shop=1) LEFT JOIN ps_cms_lang cl ON c.id_cms=cl.id_cms AND cl.id_lang=1 WHERE c.active=1 GROUP BY c.id_cms ORDER BY cl.meta_title asc | 910 ms | 14 | Yes | Yes | /modules/ets_megamenu/ets_megamenu.php:4937 /modules/ets_megamenu/ets_megamenu.php:567<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:598<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitwishlist" LIMIT 1 | 893 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/warehousechildlayouts_layout_full_width_tpl/08/60/40/086040e66af61489361875ff053572e7c7a64170_2.file.product-miniature-thumb.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/60/40/086040e66af61489361875ff053572e7c7a64170_2.file.product-miniature-thumb.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.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/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb FROM `ps_iqitreviews_products` pr WHERE pr.`status` = 1 AND pr.`id_product` = 192 LIMIT 1 | 847 ms | 1 | | | /modules/iqitreviews/src/IqitProductReview.php:116 /modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:322<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.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/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 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) LEFT JOIN ps_stock_available stock ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 ) 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 (192) AND ag.`is_color_group` = 1 GROUP BY pa.`id_product`, a.`id_attribute`, `group_by` HAVING qty > 0 ORDER BY a.`position` ASC; | 798 ms | 1 | 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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:334<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.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/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
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 = 192 ORDER BY f.position ASC | 699 ms | 3 | Yes | | /classes/Product.php:5905 /classes/Product.php:5767<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE lower(name) as name FROM `ps_hook` h WHERE (h.active = 1) | 698 ms | 825 | | | /classes/Hook.php:1283 /classes/Hook.php:786<br>/classes/Dispatcher.php:603<br>/override/classes/Dispatcher.php:227<br>/classes/Dispatcher.php:214<br>/index.php:29 |
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2025-08-20 00:00:00" AND date_to <= "2025-08-20 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2025-08-20 00:00:00" AND date_from <= "2025-08-20 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2025-08-20 00:00:00" AND date_to > "2025-08-20 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 | 674 ms | 1 | | | /classes/CartRule.php:383 /classes/CartRule.php:416<br>/override/classes/CartRule.php:104<br>/classes/Cart.php:3021<br>/override/classes/Cart.php:67<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>/override/classes/controller/FrontController.php:23<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`) FROM `ps_quantity_discount_rule` qdr INNER JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1) INNER JOIN `ps_quantity_discount_rule_message` qdrm ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayTop') INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1) WHERE qdr.`active` = 1 AND qdr.`id_shop` = 1 AND `id_family` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC | 650 ms | 2 | Yes | | /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:292 /modules/quantitydiscountpro/quantitydiscountpro.php:665<br>/modules/quantitydiscountpro/quantitydiscountpro.php:498<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/warehousechildlayouts_layout_full_width_tpl/49/6c/32/496c3238db5a8016d90fa8bb967f5754bb87a0cf_2.file.header-3.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:148<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:49<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE DISTINCT c.* FROM `ps_category` c LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1) WHERE `level_depth` = 1 | 611 ms | 2 | | | /classes/Category.php:2233 /classes/Category.php:1109<br>/modules/ets_megamenu/ets_megamenu.php:553<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:598<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE c.id_cms as value,CONCAT('mm_cms_',c.id_cms) as id, cl.meta_title as label FROM ps_cms c INNER JOIN ps_cms_shop cs ON (c.id_cms= cs.id_cms AND cs.id_shop=1) LEFT JOIN ps_cms_lang cl ON c.id_cms=cl.id_cms AND cl.id_lang=1 WHERE c.active=1 GROUP BY c.id_cms ORDER BY cl.meta_title asc | 589 ms | 14 | Yes | Yes | /modules/ets_megamenu/ets_megamenu.php:4937 /modules/ets_megamenu/ets_megamenu.php:2079<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:598<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE p.*, ps.*, pl.*, sa.out_of_stock, IFNULL(sa.quantity, 0) as quantity, (DATEDIFF( p.`date_add`, DATE_SUB( '2025-08-20 00:00:00', INTERVAL 0 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 = 82 LIMIT 1 | 581 ms | 1 | | | /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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `ps_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 10) AND `id_group` IN (0, 1) AND `id_product` = 118 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-20 00:00:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 | 579 ms | 1 | Yes | | /classes/SpecificPrice.php:561 /classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE * FROM ps_topbanner WHERE status = 1 LIMIT 1 | 578 ms | 12 | | | /modules/topbanner/classes/TopBannerClass.php:101 /modules/topbanner/topbanner.php:412<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/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
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` = 10 AND tr.`id_tax_rules_group` = 14 AND tr.`id_state` IN (0, 137) AND ('40050' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to` OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '40050'))) ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC | 571 ms | 2 | Yes | | /classes/tax/TaxRulesTaxManager.php:109 /classes/Product.php:3895<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 195 AND `id_shop` = 1 LIMIT 1 | 559 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/warehousechildlayouts_layout_full_width_tpl/08/60/40/086040e66af61489361875ff053572e7c7a64170_2.file.product-miniature-thumb.tpl.php:164<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/08/60/40/086040e66af61489361875ff053572e7c7a64170_2.file.product-miniature-thumb.tpl.php:116<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.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/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
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` = 82) AND (b.`id_shop` = 1) LIMIT 1 | 547 ms | 1 | | | /src/Adapter/EntityMapper.php:76 /classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Image/ImageRetriever.php:66<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:658<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:124<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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
(SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE (cr.`id_customer` = 0 OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = ""))) AND NOW() BETWEEN cr.date_from AND cr.date_to AND cr.`active` = 1 AND free_shipping = 1 AND carrier_restriction = 1) | 535 ms | 1 | | | /classes/CartRule.php:444 /override/classes/CartRule.php:104<br>/classes/Cart.php:3021<br>/override/classes/Cart.php:67<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>/override/classes/controller/FrontController.php:23<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `locale` = 'it-it' OR `language_code` = 'it-it' LIMIT 1 | 532 ms | 2 | | | /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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE COUNT(DISTINCT 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 product_shop.`active` = 1 AND product_shop.`show_price` = 1 AND product_shop.`visibility` IN ("both", "catalog") AND p.`id_product` IN(118, 119, 115, 150, 153, 156, 138, 125, 167, 168, 169, 180, 143, 82, 178, 177, 176, 192) AND EXISTS(SELECT 1 FROM `ps_category_product` cp JOIN `ps_category_group` cg ON (cp.id_category = cg.id_category AND cg.`id_group` =1) WHERE cp.`id_product` = p.`id_product`) LIMIT 1 | 529 ms | 36 | | | /classes/Product.php:3319 /override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:92<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` | 523 ms | 825 | | | /classes/Hook.php:1243 /classes/Hook.php:222<br>/classes/Hook.php:824<br>/classes/Dispatcher.php:603<br>/override/classes/Dispatcher.php:227<br>/classes/Dispatcher.php:214<br>/index.php:29 |
SELECT SQL_NO_CACHE id_lang FROM ps_lang WHERE is_rtl=0 AND active=1 LIMIT 1 | 502 ms | 2 | | | /modules/ets_megamenu/ets_megamenu.php:6963 /modules/ets_megamenu/ets_megamenu.php:139<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:598<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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 | 500 ms | 1 | | | /src/Adapter/EntityMapper.php:76 /classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/classes/Category.php:1113<br>/modules/ets_megamenu/ets_megamenu.php:553<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:598<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitelementor" LIMIT 1 | 491 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/warehousechildlayouts_layout_full_width_tpl/94/c0/3f/94c03fad140057b12df733c55cbd75a857977eaf_2.file.footer-1.tpl.php:229<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/94/c0/3f/94c03fad140057b12df733c55cbd75a857977eaf_2.file.footer-1.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/41/75/7f/41757f65a104e6718fd10b74649168944fd3be31_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:466<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:145<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blockbanner" LIMIT 1 | 488 ms | 0 | | | /classes/module/Module.php:2840 /classes/module/Module.php:2303<br>/modules/topbanner/topbanner.php:408<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/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
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` = 192 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` = 192 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 487 ms | 0 | | | /classes/Cart.php:1429 /classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE m.id_manufacturer as value,CONCAT('mm_manufacturer_',m.id_manufacturer) as id, name as label FROM ps_manufacturer m INNER JOIN ps_manufacturer_shop ms ON (m.id_manufacturer=ms.id_manufacturer AND ms.id_shop=1) WHERE active=1 ORDER BY name asc | 486 ms | 2 | Yes | | /modules/ets_megamenu/ets_megamenu.php:4895 /modules/ets_megamenu/ets_megamenu.php:1503<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:598<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE qdrf.* FROM `ps_quantity_discount_rule_family` qdrf WHERE 1 AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; | 480 ms | 1 | Yes | | /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:71 /modules/quantitydiscountpro/quantitydiscountpro.php:664<br>/modules/quantitydiscountpro/quantitydiscountpro.php:498<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/warehousechildlayouts_layout_full_width_tpl/49/6c/32/496c3238db5a8016d90fa8bb967f5754bb87a0cf_2.file.header-3.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:148<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:49<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `ps_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 10) AND `id_group` IN (0, 1) AND `id_product` = 192 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-20 00:00:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 | 480 ms | 1 | Yes | | /classes/SpecificPrice.php:561 /classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE a.*,b.title FROM ps_gformbuilderpro as a, ps_gformbuilderpro_lang as b, ps_gformbuilderpro_shop as c WHERE a.id_gformbuilderpro = b.id_gformbuilderpro AND a.id_gformbuilderpro = c.id_gformbuilderpro AND c.id_shop = 1 AND b.id_lang = 1 and FIND_IN_SET("Header",a.hooks) AND a.active = 1 | 474 ms | 1 | | | /modules/gformbuilderpro/classes/gformbuilderproModel.php:146 /modules/gformbuilderpro/gformbuilderpro.php:868<br>/modules/gformbuilderpro/gformbuilderpro.php:890<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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 = 'shop.mielizia.com' OR su.domain_ssl = 'shop.mielizia.com') AND s.active = 1 AND s.deleted = 0 ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC | 471 ms | 1 | Yes | | /classes/shop/Shop.php:1350 /classes/shop/Shop.php:341<br>/config/config.inc.php:128<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 | 470 ms | 106 | Yes | | /classes/Dispatcher.php:650 /override/classes/Dispatcher.php:227<br>/classes/Dispatcher.php:214<br>/index.php:29 |
SELECT SQL_NO_CACHE p.*, ps.*, pl.*, sa.out_of_stock, IFNULL(sa.quantity, 0) as quantity, (DATEDIFF( p.`date_add`, DATE_SUB( '2025-08-20 00:00:00', INTERVAL 0 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 = 192 LIMIT 1 | 468 ms | 1 | | | /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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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 | 467 ms | 122 | | | /classes/module/Module.php:340 /modules/gformbuilderpro/gformbuilderpro.php:27<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>/override/classes/Dispatcher.php:227<br>/classes/Dispatcher.php:214<br>/index.php:29 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `ps_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 10) AND `id_group` IN (0, 1) AND `id_product` = 180 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-20 00:00:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 | 462 ms | 1 | Yes | | /classes/SpecificPrice.php:561 /classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 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) LEFT JOIN ps_stock_available stock ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 ) 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 (118) AND ag.`is_color_group` = 1 GROUP BY pa.`id_product`, a.`id_attribute`, `group_by` HAVING qty > 0 ORDER BY a.`position` ASC; | 461 ms | 1 | 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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:334<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.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/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE p.*, ps.*, pl.*, sa.out_of_stock, IFNULL(sa.quantity, 0) as quantity, (DATEDIFF( p.`date_add`, DATE_SUB( '2025-08-20 00:00:00', INTERVAL 0 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 = 180 LIMIT 1 | 455 ms | 1 | | | /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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE p.*, ps.*, pl.*, sa.out_of_stock, IFNULL(sa.quantity, 0) as quantity, (DATEDIFF( p.`date_add`, DATE_SUB( '2025-08-20 00:00:00', INTERVAL 0 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 = 118 LIMIT 1 | 454 ms | 1 | | | /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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `ps_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 10) AND `id_group` IN (0, 1) AND `id_product` = 176 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-20 00:00:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 | 449 ms | 1 | Yes | | /classes/SpecificPrice.php:561 /classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `ps_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 10) AND `id_group` IN (0, 1) AND `id_product` = 178 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-20 00:00:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 | 442 ms | 2 | Yes | | /classes/SpecificPrice.php:561 /classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE p.*, ps.*, pl.*, sa.out_of_stock, IFNULL(sa.quantity, 0) as quantity, (DATEDIFF( p.`date_add`, DATE_SUB( '2025-08-20 00:00:00', INTERVAL 0 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 = 156 LIMIT 1 | 441 ms | 1 | | | /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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `ps_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 10) AND `id_group` IN (0, 1) AND `id_product` = 143 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-20 00:00:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 | 438 ms | 1 | Yes | | /classes/SpecificPrice.php:561 /classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `ps_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 10) AND `id_group` IN (0, 1) AND `id_product` = 119 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-20 00:00:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 | 434 ms | 1 | Yes | | /classes/SpecificPrice.php:561 /classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `ps_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 10) AND `id_group` IN (0, 1) AND `id_product` = 177 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-20 00:00:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 | 433 ms | 2 | Yes | | /classes/SpecificPrice.php:561 /classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `ps_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 10) AND `id_group` IN (0, 1) AND `id_product` = 82 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-20 00:00:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 | 432 ms | 1 | Yes | | /classes/SpecificPrice.php:561 /classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2025-08-20 00:00:00" AND date_to <= "2025-08-20 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2025-08-20 00:00:00" AND date_from <= "2025-08-20 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2025-08-20 00:00:00" AND date_to > "2025-08-20 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 | 429 ms | 1 | | | /classes/CartRule.php:383 /classes/CartRule.php:416<br>/override/classes/CartRule.php:104<br>/override/classes/CartRule.php:139<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/override/classes/controller/FrontController.php:23<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 118 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` = 118 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 429 ms | 0 | | | /classes/Cart.php:1429 /classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `ps_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 10) AND `id_group` IN (0, 1) AND `id_product` = 156 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-20 00:00:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 | 428 ms | 1 | Yes | | /classes/SpecificPrice.php:561 /classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE m.id_manufacturer as value,CONCAT('mm_manufacturer_',m.id_manufacturer) as id, name as label FROM ps_manufacturer m INNER JOIN ps_manufacturer_shop ms ON (m.id_manufacturer=ms.id_manufacturer AND ms.id_shop=1) WHERE active=1 ORDER BY name asc | 425 ms | 2 | Yes | | /modules/ets_megamenu/ets_megamenu.php:4895 /modules/ets_megamenu/ets_megamenu.php:517<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:598<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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 | 423 ms | 122 | | | /classes/module/Module.php:340 /modules/iqitthemeeditor/iqitthemeeditor.php:40<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:521<br>/index.php:29 |
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_group` t WHERE `id_quantity_discount_rule` = 1 ORDER BY `id_quantity_discount_rule_group` ASC | 419 ms | 6 | | | /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:147 /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:3710<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:361<br>/override/classes/CartRule.php:110<br>/override/classes/CartRule.php:139<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/override/classes/controller/FrontController.php:23<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_condition` t WHERE `id_quantity_discount_rule_group` = 40 ORDER BY `id_quantity_discount_rule_condition` ASC | 415 ms | 5 | | | /modules/quantitydiscountpro/classes/QuantityDiscountRuleGroup.php:45 /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:3720<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:361<br>/override/classes/CartRule.php:110<br>/override/classes/CartRule.php:139<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/override/classes/controller/FrontController.php:23<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 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) LEFT JOIN ps_stock_available stock ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 ) 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 (180) AND ag.`is_color_group` = 1 GROUP BY pa.`id_product`, a.`id_attribute`, `group_by` HAVING qty > 0 ORDER BY a.`position` ASC; | 409 ms | 1 | 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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:334<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.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/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 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) LEFT JOIN ps_stock_available stock ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 ) 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 (119) AND ag.`is_color_group` = 1 GROUP BY pa.`id_product`, a.`id_attribute`, `group_by` HAVING qty > 0 ORDER BY a.`position` ASC; | 407 ms | 1 | 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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:334<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.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/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 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) LEFT JOIN ps_stock_available stock ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 ) 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 (156) AND ag.`is_color_group` = 1 GROUP BY pa.`id_product`, a.`id_attribute`, `group_by` HAVING qty > 0 ORDER BY a.`position` ASC; | 403 ms | 1 | 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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:334<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.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/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE s.id_supplier as value,CONCAT('mm_supplier_',s.id_supplier) as id, name as label FROM ps_supplier s INNER JOIN ps_supplier_shop ss ON (s.id_supplier=ss.id_supplier AND ss.id_shop=1) WHERE active=1 ORDER BY name asc | 399 ms | 1 | Yes | | /modules/ets_megamenu/ets_megamenu.php:4915 /modules/ets_megamenu/ets_megamenu.php:1751<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:598<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 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) LEFT JOIN ps_stock_available stock ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 ) 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 (178) AND ag.`is_color_group` = 1 GROUP BY pa.`id_product`, a.`id_attribute`, `group_by` HAVING qty > 0 ORDER BY a.`position` ASC; | 395 ms | 1 | 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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:334<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.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/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE p.*, ps.*, pl.*, sa.out_of_stock, IFNULL(sa.quantity, 0) as quantity, (DATEDIFF( p.`date_add`, DATE_SUB( '2025-08-20 00:00:00', INTERVAL 0 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 = 119 LIMIT 1 | 394 ms | 1 | | | /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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 181 AND `id_shop` = 1 LIMIT 1 | 392 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/warehousechildlayouts_layout_full_width_tpl/94/c0/3f/94c03fad140057b12df733c55cbd75a857977eaf_2.file.footer-1.tpl.php:229<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/94/c0/3f/94c03fad140057b12df733c55cbd75a857977eaf_2.file.footer-1.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/41/75/7f/41757f65a104e6718fd10b74649168944fd3be31_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:466<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:145<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE count(distinct(o.`id_order`)) FROM `ps_orders` o LEFT JOIN ps_order_cart_rule od ON o.id_order = od.id_order LEFT JOIN ps_quantity_discount_rule_order qdro ON od.id_cart_rule = qdro.id_cart_rule WHERE qdro.id_quantity_discount_rule = 48 AND 8 != o.current_state LIMIT 1 | 392 ms | 20 | | | /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:3676 /modules/quantitydiscountpro/quantitydiscountpro.php:669<br>/modules/quantitydiscountpro/quantitydiscountpro.php:498<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/warehousechildlayouts_layout_full_width_tpl/49/6c/32/496c3238db5a8016d90fa8bb967f5754bb87a0cf_2.file.header-3.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:148<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:49<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE p.*, ps.*, pl.*, sa.out_of_stock, IFNULL(sa.quantity, 0) as quantity, (DATEDIFF( p.`date_add`, DATE_SUB( '2025-08-20 00:00:00', INTERVAL 0 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 = 177 LIMIT 1 | 392 ms | 1 | | | /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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 178 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` = 178 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 390 ms | 0 | | | /classes/Cart.php:1429 /classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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 | 390 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:28 |
SELECT SQL_NO_CACHE p.*, ps.*, pl.*, sa.out_of_stock, IFNULL(sa.quantity, 0) as quantity, (DATEDIFF( p.`date_add`, DATE_SUB( '2025-08-20 00:00:00', INTERVAL 0 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 = 178 LIMIT 1 | 388 ms | 1 | | | /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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 180 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` = 180 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 388 ms | 0 | | | /classes/Cart.php:1429 /classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 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) LEFT JOIN ps_stock_available stock ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 ) 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 (177) AND ag.`is_color_group` = 1 GROUP BY pa.`id_product`, a.`id_attribute`, `group_by` HAVING qty > 0 ORDER BY a.`position` ASC; | 387 ms | 1 | 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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:334<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.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/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE p.*, ps.*, pl.*, sa.out_of_stock, IFNULL(sa.quantity, 0) as quantity, (DATEDIFF( p.`date_add`, DATE_SUB( '2025-08-20 00:00:00', INTERVAL 0 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 = 176 LIMIT 1 | 387 ms | 1 | | | /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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE p.*, ps.*, pl.*, sa.out_of_stock, IFNULL(sa.quantity, 0) as quantity, (DATEDIFF( p.`date_add`, DATE_SUB( '2025-08-20 00:00:00', INTERVAL 0 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 = 143 LIMIT 1 | 387 ms | 1 | | | /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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 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) LEFT JOIN ps_stock_available stock ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 ) 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 (143) AND ag.`is_color_group` = 1 GROUP BY pa.`id_product`, a.`id_attribute`, `group_by` HAVING qty > 0 ORDER BY a.`position` ASC; | 385 ms | 1 | 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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:334<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.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/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 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) LEFT JOIN ps_stock_available stock ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 ) 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 (82) AND ag.`is_color_group` = 1 GROUP BY pa.`id_product`, a.`id_attribute`, `group_by` HAVING qty > 0 ORDER BY a.`position` ASC; | 383 ms | 1 | 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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:334<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.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/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 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) LEFT JOIN ps_stock_available stock ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 ) 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 (176) AND ag.`is_color_group` = 1 GROUP BY pa.`id_product`, a.`id_attribute`, `group_by` HAVING qty > 0 ORDER BY a.`position` ASC; | 382 ms | 1 | 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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:334<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.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/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
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` = 143 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` = 143 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 381 ms | 0 | | | /classes/Cart.php:1429 /classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 119 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` = 119 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 379 ms | 0 | | | /classes/Cart.php:1429 /classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 176 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` = 176 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 379 ms | 0 | | | /classes/Cart.php:1429 /classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 156 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` = 156 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 377 ms | 0 | | | /classes/Cart.php:1429 /classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 82 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` = 82 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 375 ms | 0 | | | /classes/Cart.php:1429 /classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
(SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE (cr.`id_customer` = 0 OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = ""))) AND NOW() BETWEEN cr.date_from AND cr.date_to AND cr.`active` = 1 AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") | 370 ms | 1 | | | /classes/CartRule.php:444 /override/classes/CartRule.php:104<br>/override/classes/CartRule.php:139<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/override/classes/controller/FrontController.php:23<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE * FROM ps_meta m LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta WHERE ( m.page = "prices-drop" OR m.page = "pricesdrop" ) AND ml.id_lang = 1 AND ml.id_shop = 1 LIMIT 1 | 367 ms | 2 | | | /classes/Meta.php:190 /classes/Meta.php:329<br>/classes/Meta.php:314<br>/classes/controller/FrontController.php:1689<br>/override/classes/controller/FrontController.php:27<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 177 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` = 177 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 | 367 ms | 0 | | | /classes/Cart.php:1429 /classes/Product.php:4285<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_product`, `id_product_attribute` FROM `ps_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 10) AND `id_group` IN (0, 1) AND `from_quantity` = 1 AND `reduction` > 0 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-20 00:00:00' <= `to`) | 364 ms | 18 | | | /classes/SpecificPrice.php:683 /classes/Product.php:3134<br>/classes/Product.php:3286<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 119) AND (b.`id_shop` = 1) LIMIT 1 | 354 ms | 1 | | | /src/Adapter/EntityMapper.php:76 /classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Image/ImageRetriever.php:66<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:658<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:124<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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`) FROM `ps_quantity_discount_rule` qdr INNER JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1) INNER JOIN `ps_quantity_discount_rule_message` qdrm ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductPriceBlock') INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1) WHERE qdr.`active` = 1 AND qdr.`id_shop` = 1 AND `id_family` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC | 347 ms | 2 | Yes | | /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:292 /modules/quantitydiscountpro/quantitydiscountpro.php:665<br>/modules/quantitydiscountpro/quantitydiscountpro.php:545<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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:173<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:327<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.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/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE `id_product`, `id_product_attribute` FROM `ps_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 10) AND `id_group` IN (0, 1) AND `from_quantity` = 1 AND `reduction` > 0 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-08-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-20 00:00:00' <= `to`) | 347 ms | 18 | | | /classes/SpecificPrice.php:683 /classes/Product.php:3134<br>/classes/Product.php:3286<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:92<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 192) AND (b.`id_shop` = 1) LIMIT 1 | 346 ms | 1 | | | /src/Adapter/EntityMapper.php:76 /classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Image/ImageRetriever.php:66<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:658<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:124<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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE s.id_supplier as value,CONCAT('mm_supplier_',s.id_supplier) as id, name as label FROM ps_supplier s INNER JOIN ps_supplier_shop ss ON (s.id_supplier=ss.id_supplier AND ss.id_shop=1) WHERE active=1 ORDER BY name asc | 345 ms | 1 | Yes | | /modules/ets_megamenu/ets_megamenu.php:4915 /modules/ets_megamenu/ets_megamenu.php:529<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:598<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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 = 82 ORDER BY f.position ASC | 345 ms | 6 | Yes | | /classes/Product.php:5905 /classes/Product.php:5767<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`) FROM `ps_quantity_discount_rule` qdr INNER JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1) INNER JOIN `ps_quantity_discount_rule_message` qdrm ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooter') INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1) WHERE qdr.`active` = 1 AND qdr.`id_shop` = 1 AND `id_family` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC | 345 ms | 2 | Yes | | /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:292 /modules/quantitydiscountpro/quantitydiscountpro.php:665<br>/modules/quantitydiscountpro/quantitydiscountpro.php:413<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/warehousechildlayouts_layout_full_width_tpl/94/c0/3f/94c03fad140057b12df733c55cbd75a857977eaf_2.file.footer-1.tpl.php:229<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/94/c0/3f/94c03fad140057b12df733c55cbd75a857977eaf_2.file.footer-1.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/41/75/7f/41757f65a104e6718fd10b74649168944fd3be31_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:466<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:145<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
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 = 118 ORDER BY f.position ASC | 342 ms | 4 | Yes | | /classes/Product.php:5905 /classes/Product.php:5767<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE * FROM ps_af_settings WHERE id_shop = 1 | 342 ms | 6 | | | /modules/amazzingfilter/amazzingfilter.php:1502 /modules/amazzingfilter/amazzingfilter.php:62<br>/modules/amazzingfilter/amazzingfilter.php:37<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:598<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 192 AND image_shop.`cover` = 1 LIMIT 1 | 333 ms | 2 | | | /classes/Product.php:3542 /classes/Product.php:5606<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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 = 180 ORDER BY f.position ASC | 332 ms | 4 | Yes | | /classes/Product.php:5905 /classes/Product.php:5767<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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 | 331 ms | 1 | | | /classes/Cart.php:4218 /classes/Cart.php:4193<br>/classes/Cart.php:2134<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/override/classes/controller/FrontController.php:23<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 10 AND tr.`id_tax_rules_group` = 14 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 | 329 ms | 1 | Yes | | /classes/tax/TaxRulesTaxManager.php:109 /classes/Product.php:5856<br>/classes/Product.php:5800<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `ps_product_shop` WHERE `id_product` = 118 AND id_shop=1 LIMIT 1 | 327 ms | 1 | | | /classes/Product.php:6759 /classes/Product.php:3894<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 118) | 326 ms | 1 | | | /classes/Product.php:3829 /classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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 | 323 ms | 1 | | | /classes/Currency.php:1126 /classes/Currency.php:1143<br>/classes/module/Module.php:2423<br>/modules/iqitlinksmanager/iqitlinksmanager.php:148<br>/modules/iqitlinksmanager/iqitlinksmanager.php:115<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/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:102<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
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 = 156 ORDER BY f.position ASC | 323 ms | 4 | Yes | | /classes/Product.php:5905 /classes/Product.php:5767<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer FROM `ps_quantity_discount_rule` qdr LEFT JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1) WHERE qdr.`active` = 1 AND `id_family` = 4 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC | 320 ms | 36 | Yes | | /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:249 /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:347<br>/override/classes/CartRule.php:110<br>/override/classes/CartRule.php:139<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/override/classes/controller/FrontController.php:23<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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 = 119 ORDER BY f.position ASC | 317 ms | 4 | Yes | | /classes/Product.php:5905 /classes/Product.php:5767<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer FROM `ps_quantity_discount_rule` qdr LEFT JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1) WHERE qdr.`active` = 1 AND `id_family` = 1 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC | 316 ms | 36 | Yes | | /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:249 /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:347<br>/override/classes/CartRule.php:110<br>/override/classes/CartRule.php:139<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/override/classes/controller/FrontController.php:23<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 178) AND (b.`id_shop` = 1) LIMIT 1 | 315 ms | 1 | | | /src/Adapter/EntityMapper.php:76 /classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Image/ImageRetriever.php:66<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:658<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:124<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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 | 314 ms | 1 | | | /classes/module/Module.php:2840 /classes/module/Module.php:2327<br>/modules/ets_megamenu/ets_megamenu.php:3843<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:598<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 180) AND (b.`id_shop` = 1) LIMIT 1 | 312 ms | 1 | | | /src/Adapter/EntityMapper.php:76 /classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Image/ImageRetriever.php:66<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:658<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:124<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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 118) AND (b.`id_shop` = 1) LIMIT 1 | 308 ms | 1 | | | /src/Adapter/EntityMapper.php:76 /classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Image/ImageRetriever.php:66<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:658<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:124<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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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 | 306 ms | 2 | | | /classes/Language.php:1198 /classes/Language.php:1502<br>/override/classes/Dispatcher.php:74<br>/override/classes/Dispatcher.php:117<br>/classes/Dispatcher.php:214<br>/index.php:29 |
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` = 143) AND (b.`id_shop` = 1) LIMIT 1 | 304 ms | 1 | | | /src/Adapter/EntityMapper.php:76 /classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Image/ImageRetriever.php:66<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:658<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:124<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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 177) AND (b.`id_shop` = 1) LIMIT 1 | 303 ms | 1 | | | /src/Adapter/EntityMapper.php:76 /classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Image/ImageRetriever.php:66<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:658<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:124<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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer FROM `ps_quantity_discount_rule` qdr LEFT JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1) WHERE qdr.`active` = 1 AND `id_family` = 3 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC | 301 ms | 36 | Yes | | /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:249 /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:347<br>/override/classes/CartRule.php:110<br>/override/classes/CartRule.php:139<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/override/classes/controller/FrontController.php:23<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 176) AND (b.`id_shop` = 1) LIMIT 1 | 300 ms | 1 | | | /src/Adapter/EntityMapper.php:76 /classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Image/ImageRetriever.php:66<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:658<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:124<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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 156) AND (b.`id_shop` = 1) LIMIT 1 | 297 ms | 1 | | | /src/Adapter/EntityMapper.php:76 /classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/src/Adapter/Image/ImageRetriever.php:66<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:658<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:124<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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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 = 143 ORDER BY f.position ASC | 297 ms | 1 | Yes | | /classes/Product.php:5905 /classes/Product.php:5767<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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 = 177 ORDER BY f.position ASC | 294 ms | 1 | Yes | | /classes/Product.php:5905 /classes/Product.php:5767<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer FROM `ps_quantity_discount_rule` qdr LEFT JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1) WHERE qdr.`active` = 1 AND `id_family` = 2 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC | 294 ms | 36 | Yes | | /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:249 /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:347<br>/override/classes/CartRule.php:110<br>/override/classes/CartRule.php:139<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/override/classes/controller/FrontController.php:23<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`) FROM `ps_quantity_discount_rule` qdr INNER JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1) INNER JOIN `ps_quantity_discount_rule_message` qdrm ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductPriceBlock') INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1) WHERE qdr.`active` = 1 AND qdr.`id_shop` = 1 AND `id_family` = 3 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC | 294 ms | 2 | Yes | | /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:292 /modules/quantitydiscountpro/quantitydiscountpro.php:665<br>/modules/quantitydiscountpro/quantitydiscountpro.php:545<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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:173<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:327<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.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/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE id_shop FROM ps_shop | 292 ms | 1 | | | /classes/shop/Shop.php:747 /classes/Hook.php:623<br>/classes/module/Module.php:1016<br>/modules/postcodeblocker/postcodeblocker.php:85<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:598<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 10 AND tr.`id_tax_rules_group` = 13 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 | 289 ms | 1 | Yes | | /classes/tax/TaxRulesTaxManager.php:109 /classes/Product.php:5856<br>/classes/Product.php:5800<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`) FROM `ps_quantity_discount_rule` qdr INNER JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1) INNER JOIN `ps_quantity_discount_rule_message` qdrm ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooter') INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1) WHERE qdr.`active` = 1 AND qdr.`id_shop` = 1 AND `id_family` = 3 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC | 289 ms | 2 | Yes | | /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:292 /modules/quantitydiscountpro/quantitydiscountpro.php:665<br>/modules/quantitydiscountpro/quantitydiscountpro.php:413<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/warehousechildlayouts_layout_full_width_tpl/94/c0/3f/94c03fad140057b12df733c55cbd75a857977eaf_2.file.footer-1.tpl.php:229<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/94/c0/3f/94c03fad140057b12df733c55cbd75a857977eaf_2.file.footer-1.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/41/75/7f/41757f65a104e6718fd10b74649168944fd3be31_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:466<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:145<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
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` = 10 AND tr.`id_tax_rules_group` = 13 AND tr.`id_state` IN (0, 137) AND ('40050' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to` OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '40050'))) ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC | 288 ms | 2 | Yes | | /classes/tax/TaxRulesTaxManager.php:109 /classes/Product.php:3895<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2025-08-20 00:00:00' AND '2025-08-20 23:59:59' LIMIT 1 | 285 ms | 1 | | | /classes/SpecificPrice.php:362 /classes/SpecificPrice.php:673<br>/classes/Product.php:3134<br>/classes/Product.php:3286<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 82 ORDER BY `position` | 283 ms | 1 | Yes | | /classes/Product.php:3517 /src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:658<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:124<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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_product` FROM `ps_giftcardproduct` | 282 ms | 2 | | | /modules/giftcard/models/GiftCardProduct.php:425 /modules/giftcard/models/GiftCardProduct.php:444<br>/modules/giftcard/giftcard.php:631<br>/override/classes/Product.php:106<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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 = 176 ORDER BY f.position ASC | 282 ms | 1 | Yes | | /classes/Product.php:5905 /classes/Product.php:5767<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 180) | 280 ms | 1 | | | /classes/Product.php:3829 /classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_condition` a WHERE (a.`id_quantity_discount_rule_condition` = 44) LIMIT 1 | 279 ms | 1 | | | /src/Adapter/EntityMapper.php:76 /classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRuleCondition.php:190<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:3732<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:361<br>/override/classes/CartRule.php:110<br>/override/classes/CartRule.php:139<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/override/classes/controller/FrontController.php:23<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`) FROM `ps_quantity_discount_rule` qdr INNER JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1) INNER JOIN `ps_quantity_discount_rule_message` qdrm ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayTop') INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1) WHERE qdr.`active` = 1 AND qdr.`id_shop` = 1 AND `id_family` = 4 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC | 279 ms | 2 | Yes | | /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:292 /modules/quantitydiscountpro/quantitydiscountpro.php:665<br>/modules/quantitydiscountpro/quantitydiscountpro.php:498<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/warehousechildlayouts_layout_full_width_tpl/49/6c/32/496c3238db5a8016d90fa8bb967f5754bb87a0cf_2.file.header-3.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:148<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:49<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE * FROM `ps_tax` a WHERE (a.`id_tax` = 2) LIMIT 1 | 279 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:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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 = 178 ORDER BY f.position ASC | 278 ms | 1 | Yes | | /classes/Product.php:5905 /classes/Product.php:5767<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE COUNT(*) FROM (SELECT DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0 GROUP BY id_product ) AS counted LIMIT 1 | 277 ms | 9604 | | | /classes/SpecificPrice.php:287 /classes/SpecificPrice.php:345<br>/classes/SpecificPrice.php:533<br>/classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`) FROM `ps_quantity_discount_rule` qdr INNER JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1) INNER JOIN `ps_quantity_discount_rule_message` qdrm ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayTop') INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1) WHERE qdr.`active` = 1 AND qdr.`id_shop` = 1 AND `id_family` = 3 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC | 276 ms | 2 | Yes | | /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:292 /modules/quantitydiscountpro/quantitydiscountpro.php:665<br>/modules/quantitydiscountpro/quantitydiscountpro.php:498<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/warehousechildlayouts_layout_full_width_tpl/49/6c/32/496c3238db5a8016d90fa8bb967f5754bb87a0cf_2.file.header-3.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:148<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:49<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`) FROM `ps_quantity_discount_rule` qdr INNER JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1) INNER JOIN `ps_quantity_discount_rule_message` qdrm ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductPriceBlock') INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1) WHERE qdr.`active` = 1 AND qdr.`id_shop` = 1 AND `id_family` = 2 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC | 276 ms | 2 | Yes | | /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:292 /modules/quantitydiscountpro/quantitydiscountpro.php:665<br>/modules/quantitydiscountpro/quantitydiscountpro.php:545<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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:173<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:327<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.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/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`) FROM `ps_quantity_discount_rule` qdr INNER JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1) INNER JOIN `ps_quantity_discount_rule_message` qdrm ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductPriceBlock') INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1) WHERE qdr.`active` = 1 AND qdr.`id_shop` = 1 AND `id_family` = 4 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC | 275 ms | 2 | Yes | | /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:292 /modules/quantitydiscountpro/quantitydiscountpro.php:665<br>/modules/quantitydiscountpro/quantitydiscountpro.php:545<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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:173<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:327<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.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/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 263 AND `id_shop` = 1 LIMIT 1 | 274 ms | 1 | | | /classes/module/Module.php:2328 /modules/ets_megamenu/ets_megamenu.php:3843<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:598<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`) FROM `ps_quantity_discount_rule` qdr INNER JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1) INNER JOIN `ps_quantity_discount_rule_message` qdrm ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayTop') INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1) WHERE qdr.`active` = 1 AND qdr.`id_shop` = 1 AND `id_family` = 2 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC | 271 ms | 2 | Yes | | /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:292 /modules/quantitydiscountpro/quantitydiscountpro.php:665<br>/modules/quantitydiscountpro/quantitydiscountpro.php:498<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/warehousechildlayouts_layout_full_width_tpl/49/6c/32/496c3238db5a8016d90fa8bb967f5754bb87a0cf_2.file.header-3.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:148<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:49<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` | 269 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>/override/classes/Dispatcher.php:227<br>/classes/Dispatcher.php:214<br>/index.php:29 |
SELECT SQL_NO_CACHE qdrf.* FROM `ps_quantity_discount_rule_family` qdrf WHERE 1 AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; | 268 ms | 1 | Yes | | /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:71 /modules/quantitydiscountpro/quantitydiscountpro.php:664<br>/modules/quantitydiscountpro/quantitydiscountpro.php:545<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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:173<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:327<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.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/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE `id_product_attribute` FROM `ps_product_attribute` WHERE `id_product` = 192 | 267 ms | 1 | | | /classes/Product.php:2879 /src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:658<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:124<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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`) FROM `ps_quantity_discount_rule` qdr INNER JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1) INNER JOIN `ps_quantity_discount_rule_message` qdrm ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooter') INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1) WHERE qdr.`active` = 1 AND qdr.`id_shop` = 1 AND `id_family` = 2 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC | 265 ms | 2 | Yes | | /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:292 /modules/quantitydiscountpro/quantitydiscountpro.php:665<br>/modules/quantitydiscountpro/quantitydiscountpro.php:413<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/warehousechildlayouts_layout_full_width_tpl/94/c0/3f/94c03fad140057b12df733c55cbd75a857977eaf_2.file.footer-1.tpl.php:229<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/94/c0/3f/94c03fad140057b12df733c55cbd75a857977eaf_2.file.footer-1.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/41/75/7f/41757f65a104e6718fd10b74649168944fd3be31_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:466<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:145<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
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` = 192) | 264 ms | 1 | | | /classes/Product.php:3829 /classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 119) | 263 ms | 1 | | | /classes/Product.php:3829 /classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 192 ORDER BY `position` | 263 ms | 2 | Yes | | /classes/Product.php:3517 /src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:658<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:124<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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE c.id_elementor FROM ps_iqit_elementor_content c WHERE c.active = 1 AND c.hook = 26 | 262 ms | 1 | | | /modules/iqitelementor/src/IqitElementorContent.php:123 /modules/iqitelementor/iqitelementor.php:661<br>/modules/iqitelementor/iqitelementor.php:554<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/warehousechildlayouts_layout_full_width_tpl/94/c0/3f/94c03fad140057b12df733c55cbd75a857977eaf_2.file.footer-1.tpl.php:229<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/94/c0/3f/94c03fad140057b12df733c55cbd75a857977eaf_2.file.footer-1.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/41/75/7f/41757f65a104e6718fd10b74649168944fd3be31_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:466<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:145<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitreviews" LIMIT 1 | 261 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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:322<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.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/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
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` = 118 AND image_shop.`cover` = 1 LIMIT 1 | 260 ms | 1 | | | /classes/Product.php:3542 /classes/Product.php:5606<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`) FROM `ps_quantity_discount_rule` qdr INNER JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1) INNER JOIN `ps_quantity_discount_rule_message` qdrm ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooter') INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1) WHERE qdr.`active` = 1 AND qdr.`id_shop` = 1 AND `id_family` = 4 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC | 260 ms | 2 | Yes | | /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:292 /modules/quantitydiscountpro/quantitydiscountpro.php:665<br>/modules/quantitydiscountpro/quantitydiscountpro.php:413<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/warehousechildlayouts_layout_full_width_tpl/94/c0/3f/94c03fad140057b12df733c55cbd75a857977eaf_2.file.footer-1.tpl.php:229<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/94/c0/3f/94c03fad140057b12df733c55cbd75a857977eaf_2.file.footer-1.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/41/75/7f/41757f65a104e6718fd10b74649168944fd3be31_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:466<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:145<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE * FROM `ps_tax_lang` WHERE `id_tax` = 2 | 259 ms | 2 | | | /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:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_order` FROM `ps_orders` WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 | 259 ms | 1 | | | /classes/order/Order.php:1203 /classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE * FROM `ps_shop` a WHERE (a.`id_shop` = 1) LIMIT 1 | 256 ms | 1 | | | /src/Adapter/EntityMapper.php:76 /classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/shop/Shop.php:132<br>/classes/shop/Shop.php:415<br>/config/config.inc.php:128<br>/index.php:28 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customersignin" LIMIT 1 | 255 ms | 1 | | | /classes/module/Module.php:2840 /classes/module/Module.php:2327<br>/modules/ets_megamenu/ets_megamenu.php:3857<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:598<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 118 ORDER BY `position` | 253 ms | 1 | Yes | | /classes/Product.php:3517 /src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:658<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:124<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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE hm.`id_module` FROM `ps_hook_module` hm, `ps_hook` h WHERE hm.`id_module` = 277 AND h.`id_hook` = 61 AND h.`id_hook` = hm.`id_hook` AND `id_shop` = 1 LIMIT 1 | 248 ms | 1 | | | /classes/Hook.php:634 /classes/module/Module.php:1016<br>/modules/postcodeblocker/postcodeblocker.php:85<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:598<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 177) | 248 ms | 1 | | | /classes/Product.php:3829 /classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 119 ORDER BY `position` | 247 ms | 1 | Yes | | /classes/Product.php:3517 /src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:658<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:124<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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 156) | 247 ms | 1 | | | /classes/Product.php:3829 /classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 10) LIMIT 1 | 246 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: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 | 246 ms | 2 | | | /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: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` = 178) | 245 ms | 1 | | | /classes/Product.php:3829 /classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 180 ORDER BY `position` | 245 ms | 1 | Yes | | /classes/Product.php:3517 /src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:658<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:124<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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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) | 244 ms | 2 | | | /classes/Language.php:1049 /config/config.inc.php:154<br>/index.php:28 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb FROM `ps_iqitreviews_products` pr WHERE pr.`status` = 1 AND pr.`id_product` = 118 LIMIT 1 | 244 ms | 1 | | | /modules/iqitreviews/src/IqitProductReview.php:116 /modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:322<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.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/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
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` = 82) | 243 ms | 1 | | | /classes/Product.php:3829 /classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 143 ORDER BY `position` | 242 ms | 3 | Yes | | /classes/Product.php:3517 /src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:658<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:124<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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb FROM `ps_iqitreviews_products` pr WHERE pr.`status` = 1 AND pr.`id_product` = 177 LIMIT 1 | 242 ms | 1 | | | /modules/iqitreviews/src/IqitProductReview.php:116 /modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:322<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.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/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
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` = 176) | 241 ms | 1 | | | /classes/Product.php:3829 /classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 10 AND tr.`id_tax_rules_group` = 0 AND tr.`id_state` IN (0, 137) AND ('40050' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to` OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '40050'))) ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC | 239 ms | 0 | | | /classes/tax/TaxRulesTaxManager.php:109 /classes/Product.php:3921<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5683<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 209 AND `id_shop` = 1 LIMIT 1 | 239 ms | 1 | | | /classes/module/Module.php:2328 /modules/ets_megamenu/ets_megamenu.php:3857<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:598<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 143) | 239 ms | 1 | | | /classes/Product.php:3829 /classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 156 ORDER BY `position` | 238 ms | 1 | Yes | | /classes/Product.php:3517 /src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:658<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:124<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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` | 237 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>/override/classes/Dispatcher.php:227<br>/classes/Dispatcher.php:214<br>/index.php:29 |
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 | 237 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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE * FROM `ps_state` a WHERE (a.`id_state` = 137) LIMIT 1 | 234 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>/override/classes/controller/FrontController.php:28<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 177 ORDER BY `position` | 232 ms | 1 | Yes | | /classes/Product.php:3517 /src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:658<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:124<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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE * FROM `ps_hi_assetspreloading` | 232 ms | 6 | | | /modules/hi_assetspreloading/hi_assetspreloading.php:47 /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/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE format FROM `ps_address_format` WHERE `id_country` = 10 LIMIT 1 | 232 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>/override/classes/controller/FrontController.php:28<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 | 230 ms | 1 | | | /classes/shop/Shop.php:1171 /classes/Currency.php:968<br>/classes/Currency.php:890<br>/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 192 LIMIT 1 | 229 ms | 1 | | | /classes/Pack.php:89 /classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE * FROM `ps_shop_url` a0 | 228 ms | 1 | | | /classes/PrestaShopCollection.php:381 /classes/PrestaShopCollection.php:438<br>/classes/Tools.php:2494<br>/modules/sendinblue/services/ConfigService.php:324<br>/modules/sendinblue/services/ConfigService.php:122<br>/modules/sendinblue/services/ConfigService.php:138<br>/modules/sendinblue/sendinblue.php:203<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/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 176 ORDER BY `position` | 228 ms | 1 | Yes | | /classes/Product.php:3517 /src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:658<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:124<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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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 | 225 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: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` = 178 ORDER BY `position` | 224 ms | 1 | Yes | | /classes/Product.php:3517 /src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:658<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:124<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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 180 AND image_shop.`cover` = 1 LIMIT 1 | 223 ms | 1 | | | /classes/Product.php:3542 /classes/Product.php:5606<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC | 222 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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1 | 221 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/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0 | 221 ms | 98 | | | /classes/SpecificPrice.php:295 /classes/SpecificPrice.php:345<br>/classes/SpecificPrice.php:533<br>/classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE qdrf.* FROM `ps_quantity_discount_rule_family` qdrf WHERE 1 AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; | 221 ms | 1 | Yes | | /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:71 /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:346<br>/override/classes/CartRule.php:110<br>/override/classes/CartRule.php:139<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/override/classes/controller/FrontController.php:23<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 10) LIMIT 1 | 218 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>/override/classes/controller/FrontController.php:28<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE qdr.`id_quantity_discount_rule`, qdrc.`id_quantity_discount_rule_condition` FROM `ps_quantity_discount_rule` qdr INNER JOIN `ps_quantity_discount_rule_condition` qdrc ON (qdr.`id_quantity_discount_rule` = qdrc.`id_quantity_discount_rule`) WHERE qdrc.`id_type` = 27 AND qdr.`id_shop` = 1 | 218 ms | 5 | | | /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:267 /modules/quantitydiscountpro/quantitydiscountpro.php:386<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/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions` WHERE `id_shop` IN (1) | 218 ms | 1 | | | /classes/module/Module.php:2237 /classes/Hook.php:889<br>/classes/Dispatcher.php:521<br>/index.php:29 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb FROM `ps_iqitreviews_products` pr WHERE pr.`status` = 1 AND pr.`id_product` = 176 LIMIT 1 | 216 ms | 1 | | | /modules/iqitreviews/src/IqitProductReview.php:116 /modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:322<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.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/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb FROM `ps_iqitreviews_products` pr WHERE pr.`status` = 1 AND pr.`id_product` = 180 LIMIT 1 | 216 ms | 1 | | | /modules/iqitreviews/src/IqitProductReview.php:116 /modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:322<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.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/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb FROM `ps_iqitreviews_products` pr WHERE pr.`status` = 1 AND pr.`id_product` = 156 LIMIT 1 | 215 ms | 1 | | | /modules/iqitreviews/src/IqitProductReview.php:116 /modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:322<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.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/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
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` = 82 AND image_shop.`cover` = 1 LIMIT 1 | 214 ms | 1 | | | /classes/Product.php:3542 /classes/Product.php:5606<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 119 AND image_shop.`cover` = 1 LIMIT 1 | 213 ms | 1 | | | /classes/Product.php:3542 /classes/Product.php:5606<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `ps_specific_price_priority` WHERE `id_product` = 192 ORDER BY `id_specific_price_priority` DESC LIMIT 1 | 212 ms | 1 | | | /classes/SpecificPrice.php:250 /classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 143 AND image_shop.`cover` = 1 LIMIT 1 | 212 ms | 3 | | | /classes/Product.php:3542 /classes/Product.php:5606<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb FROM `ps_iqitreviews_products` pr WHERE pr.`status` = 1 AND pr.`id_product` = 119 LIMIT 1 | 212 ms | 1 | | | /modules/iqitreviews/src/IqitProductReview.php:116 /modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:322<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.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/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE qdrf.* FROM `ps_quantity_discount_rule_family` qdrf WHERE 1 AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; | 212 ms | 1 | Yes | | /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:71 /modules/quantitydiscountpro/quantitydiscountpro.php:664<br>/modules/quantitydiscountpro/quantitydiscountpro.php:413<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/warehousechildlayouts_layout_full_width_tpl/94/c0/3f/94c03fad140057b12df733c55cbd75a857977eaf_2.file.footer-1.tpl.php:229<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/94/c0/3f/94c03fad140057b12df733c55cbd75a857977eaf_2.file.footer-1.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/41/75/7f/41757f65a104e6718fd10b74649168944fd3be31_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:466<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:145<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE `id_product_attribute` FROM `ps_product_attribute` WHERE `id_product` = 82 | 210 ms | 1 | | | /classes/Product.php:2879 /src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:658<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:124<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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 176 AND image_shop.`cover` = 1 LIMIT 1 | 210 ms | 1 | | | /classes/Product.php:3542 /classes/Product.php:5606<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 156 AND image_shop.`cover` = 1 LIMIT 1 | 210 ms | 1 | | | /classes/Product.php:3542 /classes/Product.php:5606<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb FROM `ps_iqitreviews_products` pr WHERE pr.`status` = 1 AND pr.`id_product` = 178 LIMIT 1 | 209 ms | 1 | | | /modules/iqitreviews/src/IqitProductReview.php:116 /modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:322<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.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/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE * FROM `ps_homeribbon_files` where `id_store`=1 and `id_lang`=1 LIMIT 1 | 209 ms | 1 | | | /modules/homeribbon/homeribbon.php:796 /modules/homeribbon/homeribbon.php:130<br>/modules/homeribbon/homeribbon.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/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule` a WHERE (a.`id_quantity_discount_rule` = 1) LIMIT 1 | 208 ms | 1 | | | /src/Adapter/EntityMapper.php:76 /classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:102<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:351<br>/override/classes/CartRule.php:110<br>/override/classes/CartRule.php:139<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/override/classes/controller/FrontController.php:23<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 178 AND image_shop.`cover` = 1 LIMIT 1 | 207 ms | 1 | | | /classes/Product.php:3542 /classes/Product.php:5606<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 177 AND image_shop.`cover` = 1 LIMIT 1 | 207 ms | 1 | | | /classes/Product.php:3542 /classes/Product.php:5606<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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 | 207 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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb FROM `ps_iqitreviews_products` pr WHERE pr.`status` = 1 AND pr.`id_product` = 82 LIMIT 1 | 205 ms | 1 | | | /modules/iqitreviews/src/IqitProductReview.php:116 /modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:322<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.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/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE `reduction` FROM `ps_product_group_reduction_cache` WHERE `id_product` = 192 AND `id_group` = 1 LIMIT 1 | 205 ms | 0 | | | /classes/GroupReduction.php:156 /classes/Product.php:3959<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC | 205 ms | 8 | Yes | | /classes/ImageType.php:109 /src/Adapter/Image/ImageRetriever.php:283<br>/classes/controller/FrontController.php:1536<br>/classes/controller/FrontController.php:1652<br>/override/classes/controller/FrontController.php:28<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE domain, domain_ssl FROM ps_shop_url WHERE main = 1 AND id_shop = 1 LIMIT 1 | 202 ms | 2 | | | /classes/shop/ShopUrl.php:182 /classes/shop/ShopUrl.php:198<br>/classes/Tools.php:333<br>/classes/Link.php:66<br>/override/classes/Link.php:34<br>/config/config.inc.php:284<br>/index.php:28 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb FROM `ps_iqitreviews_products` pr WHERE pr.`status` = 1 AND pr.`id_product` = 143 LIMIT 1 | 202 ms | 1 | | | /modules/iqitreviews/src/IqitProductReview.php:116 /modules/iqitreviews/iqitreviews.php:194<br>/modules/iqitreviews/iqitreviews.php:149<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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:322<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.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:383<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_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/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.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/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
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 | 200 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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_order` FROM `ps_orders` WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 | 192 ms | 1 | | | /classes/order/Order.php:1203 /classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_order` FROM `ps_orders` WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 | 189 ms | 1 | | | /classes/order/Order.php:1203 /classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_group` t WHERE `id_quantity_discount_rule` = 48 ORDER BY `id_quantity_discount_rule_group` ASC | 189 ms | 6 | | | /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:147 /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:4407<br>/modules/quantitydiscountpro/quantitydiscountpro.php:684<br>/modules/quantitydiscountpro/quantitydiscountpro.php:498<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/warehousechildlayouts_layout_full_width_tpl/49/6c/32/496c3238db5a8016d90fa8bb967f5754bb87a0cf_2.file.header-3.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:148<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:49<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE id_lang FROM ps_lang WHERE is_rtl=1 AND active=1 LIMIT 1 | 188 ms | 2 | | | /modules/ets_megamenu/ets_megamenu.php:6963 /modules/ets_megamenu/ets_megamenu.php:139<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:598<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE * FROM `ps_country_lang` WHERE `id_country` = 10 | 188 ms | 2 | | | /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>/override/classes/controller/FrontController.php:28<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE COUNT(*) FROM ps_shop LIMIT 1 | 188 ms | 1 | | | /classes/shop/Shop.php:1172 /classes/Currency.php:968<br>/classes/Currency.php:890<br>/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `reduction` FROM `ps_group` WHERE `id_group` = 1 LIMIT 1 | 186 ms | 1 | | | /classes/Group.php:154 /classes/Product.php:3963<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 | 183 ms | 1 | | | /classes/SpecificPrice.php:411 /classes/SpecificPrice.php:508<br>/classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_order` FROM `ps_orders` WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 | 183 ms | 1 | | | /classes/order/Order.php:1203 /classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_lang` WHERE `id_quantity_discount_rule` = 1 | 183 ms | 71 | | | /src/Adapter/EntityMapper.php:84 /classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:102<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:351<br>/override/classes/CartRule.php:110<br>/override/classes/CartRule.php:139<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/override/classes/controller/FrontController.php:23<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 47 LIMIT 1 | 181 ms | 1 | | | /classes/Category.php:1371 /classes/Product.php:5621<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `name` FROM `ps_hook` WHERE `id_hook` = 10 LIMIT 1 | 181 ms | 1 | | | /classes/Hook.php:239 /classes/Hook.php:884<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_order` FROM `ps_orders` WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 | 180 ms | 1 | | | /classes/order/Order.php:1203 /classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE * FROM `ps_shop_group` a WHERE (a.`id_shop_group` = 1) LIMIT 1 | 180 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:28 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 118 LIMIT 1 | 179 ms | 1 | | | /classes/SpecificPrice.php:420 /classes/SpecificPrice.php:508<br>/classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `ps_product_shop` WHERE `id_product` = 176 AND id_shop=1 LIMIT 1 | 178 ms | 1 | | | /classes/Product.php:6759 /classes/Product.php:3894<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE SUM(quantity) FROM `ps_stock_available` WHERE (id_product = 192) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 178 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE SUM(quantity) FROM `ps_stock_available` WHERE (id_product = 176) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 178 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 46 LIMIT 1 | 178 ms | 1 | | | /classes/Product.php:5622 /classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_order` FROM `ps_orders` WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 | 177 ms | 1 | | | /classes/order/Order.php:1203 /classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_order` FROM `ps_orders` WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 | 177 ms | 1 | | | /classes/order/Order.php:1203 /classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitlinksmanager" LIMIT 1 | 176 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/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:102<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
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>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `locale` = 'it-it' OR `language_code` = 'it-it' LIMIT 1 | 176 ms | 2 | | | /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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqithtmlandbanners" LIMIT 1 | 174 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/warehousechildlayouts_layout_full_width_tpl/94/c0/3f/94c03fad140057b12df733c55cbd75a857977eaf_2.file.footer-1.tpl.php:229<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/94/c0/3f/94c03fad140057b12df733c55cbd75a857977eaf_2.file.footer-1.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/41/75/7f/41757f65a104e6718fd10b74649168944fd3be31_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:466<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:145<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE `id_order` FROM `ps_orders` WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 | 174 ms | 1 | | | /classes/order/Order.php:1203 /classes/order/Order.php:1184<br>/classes/Product.php:4284<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `ps_specific_price_priority` WHERE `id_product` = 176 ORDER BY `id_specific_price_priority` DESC LIMIT 1 | 174 ms | 1 | | | /classes/SpecificPrice.php:250 /classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 47 LIMIT 1 | 174 ms | 1 | | | /classes/Product.php:5622 /classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pagecache" LIMIT 1 | 173 ms | 0 | | | /classes/module/Module.php:2840 /classes/module/Module.php:2327<br>/config/smartyfront.config.inc.php:58<br>/config/smarty.config.inc.php:59<br>/config/config.inc.php:253<br>/index.php:28 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 119 LIMIT 1 | 173 ms | 1 | | | /classes/SpecificPrice.php:420 /classes/SpecificPrice.php:508<br>/classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE * FROM `ps_currency_lang` WHERE `id_currency` = 1 | 173 ms | 2 | | | /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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitsociallogin" LIMIT 1 | 172 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/warehousechild/52/f1/b8/52f1b8b385d74962f57df5c0ac1b0e91d62e4760_2.module.iqitwishlistviewstemplate.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechild/52/f1/b8/52f1b8b385d74962f57df5c0ac1b0e91d62e4760_2.module.iqitwishlistviewstemplate.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitwishlist/iqitwishlist.php:211<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/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:500<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE `iso_code` FROM `ps_country` WHERE `id_country` = 10 LIMIT 1 | 172 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>/override/classes/Link.php:52<br>/src/Adapter/Image/ImageRetriever.php:289<br>/classes/controller/FrontController.php:1536<br>/classes/controller/FrontController.php:1652<br>/override/classes/controller/FrontController.php:28<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `ps_product_shop` WHERE `id_product` = 180 AND id_shop=1 LIMIT 1 | 172 ms | 1 | | | /classes/Product.php:6759 /classes/Product.php:3894<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 82 LIMIT 1 | 171 ms | 1 | | | /classes/Pack.php:89 /classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE c.id_currency FROM `ps_currency` c WHERE (iso_code = 'EUR') LIMIT 1 | 171 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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE SUM(quantity) FROM `ps_stock_available` WHERE (id_product = 180) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 171 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE id_shop FROM `ps_lang_shop` WHERE `id_lang` = 1 AND id_shop = 1 LIMIT 1 | 171 ms | 1 | | | /classes/ObjectModel.php:1647 /config/config.inc.php:227<br>/index.php:28 |
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule` a WHERE (a.`id_quantity_discount_rule` = 48) LIMIT 1 | 170 ms | 1 | | | /src/Adapter/EntityMapper.php:76 /classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:102<br>/modules/quantitydiscountpro/quantitydiscountpro.php:668<br>/modules/quantitydiscountpro/quantitydiscountpro.php:498<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/warehousechildlayouts_layout_full_width_tpl/49/6c/32/496c3238db5a8016d90fa8bb967f5754bb87a0cf_2.file.header-3.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:148<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:49<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE SUM(quantity) FROM `ps_stock_available` WHERE (id_product = 118) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 170 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 180 LIMIT 1 | 170 ms | 1 | | | /classes/Pack.php:89 /classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `ps_product_shop` WHERE `id_product` = 192 AND id_shop=1 LIMIT 1 | 169 ms | 1 | | | /classes/Product.php:6759 /classes/Product.php:3894<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_product_attribute` FROM `ps_product_attribute` WHERE `id_product` = 178 | 169 ms | 1 | | | /classes/Product.php:2879 /src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:658<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:124<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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE * FROM `ps_shop_url` a0 | 168 ms | 1 | | | /classes/PrestaShopCollection.php:381 /classes/PrestaShopCollection.php:438<br>/classes/Tools.php:2494<br>/modules/sendinblue/services/ConfigService.php:324<br>/modules/sendinblue/services/ConfigService.php:122<br>/modules/sendinblue/services/ConfigService.php:138<br>/modules/sendinblue/sendinblue.php:208<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/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 156 LIMIT 1 | 168 ms | 1 | | | /classes/Pack.php:89 /classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_product_attribute` FROM `ps_product_attribute` WHERE `id_product` = 143 | 168 ms | 1 | | | /classes/Product.php:2879 /src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:658<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:124<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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-08-20 00:00:00' AND '2025-08-20 23:59:59' LIMIT 1 | 167 ms | 1 | | | /classes/SpecificPrice.php:366 /classes/SpecificPrice.php:673<br>/classes/Product.php:3134<br>/classes/Product.php:3286<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name FROM ps_required_field | 166 ms | 1 | | | /classes/ObjectModel.php:1510 /classes/ObjectModel.php:1542<br>/classes/ObjectModel.php:1473<br>/override/classes/controller/FrontController.php:31<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE * FROM `ps_quantity_discount_rule_lang` WHERE `id_quantity_discount_rule` = 48 | 166 ms | 71 | | | /src/Adapter/EntityMapper.php:84 /classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:102<br>/modules/quantitydiscountpro/quantitydiscountpro.php:668<br>/modules/quantitydiscountpro/quantitydiscountpro.php:498<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/warehousechildlayouts_layout_full_width_tpl/49/6c/32/496c3238db5a8016d90fa8bb967f5754bb87a0cf_2.file.header-3.tpl.php:171<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:148<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:49<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
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` = 2 LIMIT 1 | 165 ms | 1 | | | /classes/Category.php:1371 /classes/Product.php:5621<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'it' LIMIT 1 | 165 ms | 2 | | | /classes/Language.php:824 /classes/Tools.php:644<br>/override/classes/Dispatcher.php:122<br>/classes/Dispatcher.php:214<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_product_attribute` FROM `ps_product_attribute` WHERE `id_product` = 156 | 165 ms | 1 | | | /classes/Product.php:2879 /src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:658<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:124<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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `ps_product_shop` WHERE `id_product` = 178 AND id_shop=1 LIMIT 1 | 165 ms | 1 | | | /classes/Product.php:6759 /classes/Product.php:3894<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_product_attribute` FROM `ps_product_attribute` WHERE `id_product` = 176 | 164 ms | 1 | | | /classes/Product.php:2879 /src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:658<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:124<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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 143 LIMIT 1 | 164 ms | 1 | | | /classes/Pack.php:89 /classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_product_attribute` FROM `ps_product_attribute` WHERE `id_product` = 119 | 164 ms | 1 | | | /classes/Product.php:2879 /src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:658<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:124<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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_product_attribute` FROM `ps_product_attribute` WHERE `id_product` = 118 | 164 ms | 1 | | | /classes/Product.php:2879 /src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:658<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:124<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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ultimateimagetool" LIMIT 1 | 163 ms | 1 | | | /classes/module/Module.php:2840 /classes/module/Module.php:2327<br>/override/classes/Link.php:36<br>/config/config.inc.php:284<br>/index.php:28 |
SELECT SQL_NO_CACHE * FROM `ps_group_lang` WHERE `id_group` = 1 | 163 ms | 2 | | | /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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE SUM(quantity) FROM `ps_stock_available` WHERE (id_product = 119) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 163 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 45 LIMIT 1 | 163 ms | 1 | | | /classes/Category.php:1371 /classes/Product.php:5621<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_product_attribute` FROM `ps_product_attribute` WHERE `id_product` = 180 | 163 ms | 1 | | | /classes/Product.php:2879 /src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:658<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:124<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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 | 163 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>/override/classes/controller/FrontController.php:27<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 177 LIMIT 1 | 162 ms | 2 | | | /classes/SpecificPrice.php:420 /classes/SpecificPrice.php:508<br>/classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 82 LIMIT 1 | 162 ms | 1 | | | /classes/SpecificPrice.php:420 /classes/SpecificPrice.php:508<br>/classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 176 LIMIT 1 | 162 ms | 1 | | | /classes/SpecificPrice.php:420 /classes/SpecificPrice.php:508<br>/classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 176 LIMIT 1 | 162 ms | 1 | | | /classes/Pack.php:89 /classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 180 LIMIT 1 | 162 ms | 1 | | | /classes/SpecificPrice.php:420 /classes/SpecificPrice.php:508<br>/classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 118 LIMIT 1 | 162 ms | 1 | | | /classes/Pack.php:89 /classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `ps_specific_price_priority` WHERE `id_product` = 178 ORDER BY `id_specific_price_priority` DESC LIMIT 1 | 161 ms | 1 | | | /classes/SpecificPrice.php:250 /classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 191 AND `id_shop` = 1 LIMIT 1 | 161 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/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:322<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/22/18/cc2218a96f0e659025c914966e2a26fbdd1efb6e_2.file.product-miniature-1.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:71<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/8f/1c/d5/8f1cd527970669ca1c4c82ccbc1bc59cb0a6b54c_2.file.product.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.tpl.php:67<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/cc/10/96/cc109660259903864267b28dfdc6ac3fbe5d4687_2.file.products.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/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:169<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:285<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:135<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:118<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 47 LIMIT 1 | 161 ms | 1 | | | /classes/Product.php:5622 /classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 156 LIMIT 1 | 161 ms | 1 | | | /classes/SpecificPrice.php:420 /classes/SpecificPrice.php:508<br>/classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE SUM(quantity) FROM `ps_stock_available` WHERE (id_product = 143) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 161 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE * FROM `ps_tax_lang` WHERE `id_tax` = 1 | 160 ms | 2 | | | /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:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE SUM(quantity) FROM `ps_stock_available` WHERE (id_product = 156) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 160 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 178 LIMIT 1 | 160 ms | 1 | | | /classes/Pack.php:89 /classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 47 LIMIT 1 | 160 ms | 1 | | | /classes/Product.php:5622 /classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 178 LIMIT 1 | 160 ms | 2 | | | /classes/SpecificPrice.php:420 /classes/SpecificPrice.php:508<br>/classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `ps_product_shop` WHERE `id_product` = 119 AND id_shop=1 LIMIT 1 | 160 ms | 1 | | | /classes/Product.php:6759 /classes/Product.php:3894<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_product_attribute` FROM `ps_product_attribute` WHERE `id_product` = 177 | 160 ms | 1 | | | /classes/Product.php:2879 /src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:658<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:124<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/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `ps_specific_price_priority` WHERE `id_product` = 118 ORDER BY `id_specific_price_priority` DESC LIMIT 1 | 160 ms | 1 | | | /classes/SpecificPrice.php:250 /classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `ps_product_shop` WHERE `id_product` = 156 AND id_shop=1 LIMIT 1 | 160 ms | 1 | | | /classes/Product.php:6759 /classes/Product.php:3894<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE SUM(quantity) FROM `ps_stock_available` WHERE (id_product = 82) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 160 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 143 LIMIT 1 | 159 ms | 1 | | | /classes/SpecificPrice.php:420 /classes/SpecificPrice.php:508<br>/classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE * FROM `ps_tax` a WHERE (a.`id_tax` = 1) LIMIT 1 | 159 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:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE SUM(quantity) FROM `ps_stock_available` WHERE (id_product = 177) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 158 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE SUM(quantity) FROM `ps_stock_available` WHERE (id_product = 178) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 | 158 ms | 1 | | | /classes/stock/StockAvailable.php:453 /classes/Product.php:4279<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 177 LIMIT 1 | 157 ms | 1 | | | /classes/Pack.php:89 /classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 47 LIMIT 1 | 157 ms | 1 | | | /classes/Product.php:5622 /classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 192 LIMIT 1 | 157 ms | 1 | | | /classes/SpecificPrice.php:420 /classes/SpecificPrice.php:508<br>/classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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` = 46 LIMIT 1 | 156 ms | 1 | | | /classes/Category.php:1371 /classes/Product.php:5621<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 119 LIMIT 1 | 156 ms | 1 | | | /classes/Pack.php:89 /classes/Product.php:4276<br>/classes/Product.php:5747<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `ps_product_shop` WHERE `id_product` = 177 AND id_shop=1 LIMIT 1 | 155 ms | 1 | | | /classes/Product.php:6759 /classes/Product.php:3894<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 46 LIMIT 1 | 155 ms | 1 | | | /classes/Product.php:5622 /classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `ps_specific_price_priority` WHERE `id_product` = 143 ORDER BY `id_specific_price_priority` DESC LIMIT 1 | 153 ms | 1 | | | /classes/SpecificPrice.php:250 /classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 186 AND `id_shop` = 1 LIMIT 1 | 153 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/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:102<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 175 AND `id_shop` = 1 LIMIT 1 | 152 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/warehousechildlayouts_layout_full_width_tpl/94/c0/3f/94c03fad140057b12df733c55cbd75a857977eaf_2.file.footer-1.tpl.php:229<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/94/c0/3f/94c03fad140057b12df733c55cbd75a857977eaf_2.file.footer-1.tpl.php:84<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/41/75/7f/41757f65a104e6718fd10b74649168944fd3be31_2.file.footer.tpl.php:32<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:466<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:145<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `ps_specific_price_priority` WHERE `id_product` = 119 ORDER BY `id_specific_price_priority` DESC LIMIT 1 | 151 ms | 1 | | | /classes/SpecificPrice.php:250 /classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `ps_product_shop` WHERE `id_product` = 82 AND id_shop=1 LIMIT 1 | 151 ms | 1 | | | /classes/Product.php:6759 /classes/Product.php:3894<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 47 LIMIT 1 | 151 ms | 1 | | | /classes/Product.php:5622 /classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1 | 151 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/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `ps_specific_price_priority` WHERE `id_product` = 82 ORDER BY `id_specific_price_priority` DESC LIMIT 1 | 150 ms | 1 | | | /classes/SpecificPrice.php:250 /classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 298 AND `id_shop` = 1 LIMIT 1 | 150 ms | 1 | | | /classes/module/Module.php:2328 /override/classes/Link.php:36<br>/config/config.inc.php:284<br>/index.php:28 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 46 LIMIT 1 | 150 ms | 1 | | | /classes/Product.php:5622 /classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `ps_specific_price_priority` WHERE `id_product` = 180 ORDER BY `id_specific_price_priority` DESC LIMIT 1 | 149 ms | 1 | | | /classes/SpecificPrice.php:250 /classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 201 AND `id_shop` = 1 LIMIT 1 | 149 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/warehousechild/52/f1/b8/52f1b8b385d74962f57df5c0ac1b0e91d62e4760_2.module.iqitwishlistviewstemplate.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechild/52/f1/b8/52f1b8b385d74962f57df5c0ac1b0e91d62e4760_2.module.iqitwishlistviewstemplate.php:66<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/module/Module.php:2490<br>/modules/iqitwishlist/iqitwishlist.php:211<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/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:500<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:158<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `ps_product_shop` WHERE `id_product` = 143 AND id_shop=1 LIMIT 1 | 149 ms | 1 | | | /classes/Product.php:6759 /classes/Product.php:3894<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `need_identification_number` FROM `ps_country` WHERE `id_country` = 10 LIMIT 1 | 149 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>/override/classes/controller/FrontController.php:28<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "quantitydiscountpro" LIMIT 1 | 148 ms | 1 | | | /classes/module/Module.php:2840 /classes/module/Module.php:2327<br>/override/classes/CartRule.php:47<br>/classes/controller/FrontController.php:460<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE id_shop FROM `ps_currency_shop` WHERE `id_currency` = 1 AND id_shop = 1 LIMIT 1 | 147 ms | 1 | | | /classes/ObjectModel.php:1647 /classes/Tools.php:708<br>/classes/controller/FrontController.php:384<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `reduction` FROM `ps_product_group_reduction_cache` WHERE `id_product` = 156 AND `id_group` = 1 LIMIT 1 | 147 ms | 0 | | | /classes/GroupReduction.php:156 /classes/Product.php:3959<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 280 AND `id_shop` = 1 LIMIT 1 | 146 ms | 1 | | | /classes/module/Module.php:2328 /override/classes/CartRule.php:47<br>/classes/controller/FrontController.php:460<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 | 146 ms | 0 | | | /classes/module/Module.php:2328 /config/smartyfront.config.inc.php:58<br>/config/smarty.config.inc.php:59<br>/config/config.inc.php:253<br>/index.php:28 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 202 AND `id_shop` = 1 LIMIT 1 | 146 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/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 | 145 ms | 1 | | | /classes/Product.php:5622 /classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `ps_specific_price_priority` WHERE `id_product` = 177 ORDER BY `id_specific_price_priority` DESC LIMIT 1 | 145 ms | 1 | | | /classes/SpecificPrice.php:250 /classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `reduction` FROM `ps_product_group_reduction_cache` WHERE `id_product` = 176 AND `id_group` = 1 LIMIT 1 | 145 ms | 0 | | | /classes/GroupReduction.php:156 /classes/Product.php:3959<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 45 LIMIT 1 | 144 ms | 1 | | | /classes/Product.php:5622 /classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 | 144 ms | 0 | | | /classes/module/Module.php:2328 /classes/controller/FrontController.php:1573<br>/classes/controller/FrontController.php:1710<br>/override/classes/controller/FrontController.php:27<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/PricesDropController.php:39<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `ps_specific_price_priority` WHERE `id_product` = 156 ORDER BY `id_specific_price_priority` DESC LIMIT 1 | 144 ms | 1 | | | /classes/SpecificPrice.php:250 /classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3805<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `reduction` FROM `ps_product_group_reduction_cache` WHERE `id_product` = 178 AND `id_group` = 1 LIMIT 1 | 142 ms | 0 | | | /classes/GroupReduction.php:156 /classes/Product.php:3959<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `reduction` FROM `ps_product_group_reduction_cache` WHERE `id_product` = 143 AND `id_group` = 1 LIMIT 1 | 139 ms | 0 | | | /classes/GroupReduction.php:156 /classes/Product.php:3959<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `reduction` FROM `ps_product_group_reduction_cache` WHERE `id_product` = 180 AND `id_group` = 1 LIMIT 1 | 138 ms | 0 | | | /classes/GroupReduction.php:156 /classes/Product.php:3959<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `reduction` FROM `ps_product_group_reduction_cache` WHERE `id_product` = 118 AND `id_group` = 1 LIMIT 1 | 137 ms | 0 | | | /classes/GroupReduction.php:156 /classes/Product.php:3959<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `reduction` FROM `ps_product_group_reduction_cache` WHERE `id_product` = 177 AND `id_group` = 1 LIMIT 1 | 134 ms | 0 | | | /classes/GroupReduction.php:156 /classes/Product.php:3959<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 223 AND `id_shop` = 1 LIMIT 1 | 134 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/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/5f/1c/af/5f1caffb6f01f4c613cdea15ed53c062d477b5ba_2.file.header.tpl.php:43<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ba/76/65/ba766595aabf0d8877d8ef4cbb8739cfb4a5a623_2.file.layout-both-columns.tpl.php:69<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/b9/4b/be/b94bbe429d6fd022e64832f4da0ce87e0cf00954_2.file.layout-full-width.tpl.php:50<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/3a/a4/ca/3aa4ca510c55548259b17df340e62109a45dbdde_2.file.product-list.tpl.php:42<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:125<br>/var/cache/prod/smarty/compile/warehousechildlayouts_layout_full_width_tpl/ec/df/23/ecdf23d162304e6bd38f97788d95da15475796e4_2.file.prices-drop.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/override/classes/controller/FrontController.php:68<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:29 |
SELECT SQL_NO_CACHE `reduction` FROM `ps_product_group_reduction_cache` WHERE `id_product` = 119 AND `id_group` = 1 LIMIT 1 | 134 ms | 0 | | | /classes/GroupReduction.php:156 /classes/Product.php:3959<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |
SELECT SQL_NO_CACHE `reduction` FROM `ps_product_group_reduction_cache` WHERE `id_product` = 82 AND `id_group` = 1 LIMIT 1 | 131 ms | 0 | | | /classes/GroupReduction.php:156 /classes/Product.php:3959<br>/classes/Product.php:3704<br>/override/classes/Product.php:148<br>/classes/Product.php:5647<br>/classes/Product.php:5874<br>/override/classes/Product.php:76<br>/classes/Product.php:3376<br>/override/classes/Product.php:35<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:78<br>/src/Adapter/PricesDrop/PricesDropProductSearchProvider.php:89<br>/classes/controller/ProductListingFrontController.php:312<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/PricesDropController.php:41<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:29 |