SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM tm_product p LEFT JOIN tm_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tm_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tm_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN tm_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tm_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tm_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tm_category_group cg ON (cg.id_category = c.id_category) INNER JOIN tm_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (7, 5, 18, 19) AND c.nleft>=2 AND c.nright<=795 AND ps.id_shop='1' GROUP BY p.id_product) p |
56581
ms
|
8952 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:754<br>/modules/ps_facetedsearch/src/Adapter/MySQL.php:732<br>/modules/ps_facetedsearch/src/Filters/Products.php:92<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:139<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.id_category, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM tm_product p LEFT JOIN tm_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tm_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tm_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN tm_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tm_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tm_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tm_category_group cg ON (cg.id_category = c.id_category) INNER JOIN tm_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (7, 5, 18, 19) AND c.nleft>=2 AND c.nright<=795 AND ps.id_shop='1' GROUP BY p.id_product) p INNER JOIN tm_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tm_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tm_category_group cg ON (cg.id_category = c.id_category) WHERE cg.id_group='1' AND c.nleft>2 AND c.nright<795 GROUP BY cp.id_category |
48560
ms
|
35808 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:754<br>/modules/ps_facetedsearch/src/Filters/Block.php:874<br>/modules/ps_facetedsearch/src/Filters/Block.php:140<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:179<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.id_manufacturer, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM tm_product p LEFT JOIN tm_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tm_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tm_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN tm_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tm_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tm_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tm_category_group cg ON (cg.id_category = c.id_category) INNER JOIN tm_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=795 AND ps.id_shop='1' GROUP BY p.id_product) p GROUP BY p.id_manufacturer |
46903
ms
|
8952 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:754<br>/modules/ps_facetedsearch/src/Filters/Block.php:536<br>/modules/ps_facetedsearch/src/Filters/Block.php:128<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:179<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM tm_product p LEFT JOIN tm_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tm_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tm_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN tm_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tm_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tm_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tm_category_group cg ON (cg.id_category = c.id_category) INNER JOIN tm_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (7, 5, 18, 19) AND c.nleft>=2 AND c.nright<=795 AND ps.id_shop='1' GROUP BY p.id_product) p INNER JOIN tm_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC LIMIT 0, 24 |
42218
ms
|
35808 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Filters/Products.php:88<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:139<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM tm_product p LEFT JOIN tm_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tm_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tm_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN tm_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tm_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tm_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tm_category_group cg ON (cg.id_category = c.id_category) INNER JOIN tm_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (7, 5, 18, 19) AND c.nleft>=2 AND c.nright<=795 AND ps.id_shop='1' GROUP BY p.id_product) p INNER JOIN tm_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=3)) GROUP BY fp.id_feature_value |
32479
ms
|
8952 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:754<br>/modules/ps_facetedsearch/src/Filters/Block.php:734<br>/modules/ps_facetedsearch/src/Filters/Block.php:136<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:179<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.condition, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM tm_product p LEFT JOIN tm_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tm_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tm_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN tm_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tm_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tm_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tm_category_group cg ON (cg.id_category = c.id_category) INNER JOIN tm_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (7, 5, 18, 19) AND c.nleft>=2 AND c.nright<=795 AND ps.id_shop='1' GROUP BY p.id_product) p GROUP BY p.condition |
32325
ms
|
8952 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:754<br>/modules/ps_facetedsearch/src/Filters/Block.php:376<br>/modules/ps_facetedsearch/src/Filters/Block.php:122<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:179<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM tm_product p INNER JOIN tm_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 8) INNER JOIN tm_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tm_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tm_category_group cg ON (cg.id_category = c.id_category) INNER JOIN tm_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (7, 5, 18, 19) AND c.nleft>=2 AND c.nright<=795 AND ps.id_shop='1' |
19865
ms
|
4476 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:58<br>/modules/ps_facetedsearch/src/Filters/Block.php:232<br>/modules/ps_facetedsearch/src/Filters/Block.php:116<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:179<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 136) LIMIT 1 |
8660
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `tm_configuration` c
LEFT JOIN `tm_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
7663
ms
|
1382 |
|
|
/classes/Configuration.php:160
/classes/Configuration.php:209<br>/classes/Configuration.php:297<br>/classes/shop/Shop.php:384<br>/config/config.inc.php:129<br>/index.php:27
|
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `tm_module` m
INNER JOIN tm_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 `tm_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `tm_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `tm_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `tm_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` |
7214
ms
|
1485 |
Yes
|
Yes
|
/classes/Hook.php:1183
/classes/Hook.php:731<br>/classes/Hook.php:815<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1817) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
6172
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4494
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:209<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:390<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:136<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:255<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
FROM `tm_category` c
INNER JOIN tm_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tm_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
ORDER BY c.nleft, c.position |
5831
ms
|
398 |
Yes
|
|
/classes/Category.php:718
/modules/ps_facetedsearch/src/Filters/Block.php:868<br>/modules/ps_facetedsearch/src/Filters/Block.php:140<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:179<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `tm_feature` f INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `tm_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `tm_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `tm_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC |
5754
ms
|
6 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Converter.php:333<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:125<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
REPLACE INTO tm_layered_filter_block (hash, data) VALUES ("2d5dd20d85d58bd0a89481072382d361", "a:1:{s:7:\"filters\";a:5:{i:0;a:7:{s:9:\"type_lite\";s:8:\"category\";s:4:\"type\";s:8:\"category\";s:6:\"id_key\";i:0;s:4:\"name\";s:11:\"Catégories\";s:6:\"values\";a:332:{i:60;a:2:{s:4:\"name\";s:17:\"Groupe mécanique\";s:3:\"nbr\";s:2:\"38\";}i:61;a:2:{s:4:\"name\";s:14:\"02 - Entretien\";s:3:\"nbr\";s:2:\"28\";}i:62;a:2:{s:4:\"name\";s:15:\"Filtre à huile\";s:3:\"nbr\";s:1:\"2\";}i:63;a:2:{s:4:\"name\";s:13:\"Filtre à air\";s:3:\"nbr\";s:1:\"1\";}i:65;a:2:{s:4:\"name\";s:16:\"Joint de vidange\";s:3:\"nbr\";s:2:\"10\";}i:66;a:2:{s:4:\"name\";s:18:\"Bouchon de vidange\";s:3:\"nbr\";s:1:\"8\";}i:67;a:2:{s:4:\"name\";s:9:\"Outillage\";s:3:\"nbr\";s:1:\"2\";}i:69;a:2:{s:4:\"name\";s:11:\"11 - Moteur\";s:3:\"nbr\";s:3:\"117\";}i:70;a:2:{s:4:\"name\";s:10:\"Bas Moteur\";s:3:\"nbr\";s:2:\"10\";}i:71;a:2:{s:4:\"name\";s:8:\"Cylindre\";s:3:\"nbr\";s:1:\"1\";}i:72;a:2:{s:4:\"name\";s:7:\"Culasse\";s:3:\"nbr\";s:2:\"12\";}i:73;a:2:{s:4:\"name\";s:15:\"Cache culbuteur\";s:3:\"nbr\";s:2:\"42\";}i:74;a:2:{s:4:\"name\";s:12:\"Distribution\";s:3:\"nbr\";s:2:\"13\";}i:75;a:2:{s:4:\"name\";s:20:\"Pompe à eau / huile\";s:3:\"nbr\";s:2:\"20\";}i:76;a:2:{s:4:\"name\";s:11:\"Ventilation\";s:3:\"nbr\";s:2:\"10\";}i:77;a:2:{s:4:\"name\";s:12:\"Joint moteur\";s:3:\"nbr\";s:2:\"41\";}i:78;a:2:{s:4:\"name\";s:24:\"12 - Electricité moteur\";s:3:\"nbr\";s:2:\"27\";}i:79;a:2:{s:4:\"name\";s:8:\"Allumage\";s:3:\"nbr\";s:1:\"9\";}i:80;a:2:{s:4:\"name\";s:11:\"Alternateur\";s:3:\"nbr\";s:1:\"7\";}i:81;a:2:{s:4:\"name\";s:10:\"Démarreur\";s:3:\"nbr\";s:1:\"5\";}i:82;a:2:{s:4:\"name\";s:30:\"13 - 16 Alimentation carburant\";s:3:\"nbr\";s:2:\"85\";}i:83;a:2:{s:4:\"name\";s:11:\"Carburation\";s:3:\"nbr\";s:2:\"31\";}i:84;a:2:{s:4:\"name\";s:9:\"Injection\";s:3:\"nbr\";s:2:\"13\";}i:85;a:2:{s:4:\"name\";s:17:\"Manchon admission\";s:3:\"nbr\";s:2:\"17\";}i:86;a:2:{s:4:\"name\";s:10:\"Réservoir\";s:3:\"nbr\";s:2:\"23\";}i:87;a:2:{s:4:\"name\";s:15:\"Tuyau carburant\";s:3:\"nbr\";s:1:\"7\";}i:89;a:2:{s:4:\"name\";s:16:\"18 - Echappement\";s:3:\"nbr\";s:2:\"21\";}i:92;a:2:{s:4:\"name\";s:19:\"Divers échappement\";s:3:\"nbr\";s:2:\"21\";}i:93;a:2:{s:4:\"name\";s:14:\"21 - Embrayage\";s:3:\"nbr\";s:2:\"31\";}i:94;a:2:{s:4:\"name\";s:20:\"Commande d\'embrayage\";s:3:\"nbr\";s:2:\"18\";}i:95;a:2:{s:4:\"name\";s:9:\"Embrayage\";s:3:\"nbr\";s:2:\"13\";}i:96;a:2:{s:4:\"name\";s:21:\"23 - Boite de vitesse\";s:3:\"nbr\";s:2:\"49\";}i:97;a:2:{s:4:\"name\";s:22:\"Joint boite de vitesse\";s:3:\"nbr\";s:2:\"16\";}i:98;a:2:{s:4:\"name\";s:26:\"Roulement boite de vitesse\";s:3:\"nbr\";s:1:\"1\";}i:99;a:2:{s:4:\"name\";s:10:\"Sélection\";s:3:\"nbr\";s:2:\"13\";}i:100;a:2:{s:4:\"name\";s:23:\"Divers boite de vitesse\";s:3:\"nbr\";s:2:\"19\";}i:101;a:2:{s:4:\"name\";s:17:\"33 - Transmission\";s:3:\"nbr\";s:2:\"53\";}i:102;a:2:{s:4:\"name\";s:17:\"Transmission R 2V\";s:3:\"nbr\";s:2:\"19\";}i:106;a:2:{s:4:\"name\";s:12:\"Partie cycle\";s:3:\"nbr\";s:2:\"35\";}i:107;a:2:{s:4:\"name\";s:12:\"31 - Fourche\";s:3:\"nbr\";s:2:\"34\";}i:108;a:2:{s:4:\"name\";s:17:\"Joint spi fourche\";s:3:\"nbr\";s:1:\"9\";}i:109;a:2:{s:4:\"name\";s:15:\"Pièces fourche\";s:3:\"nbr\";s:2:\"22\";}i:110;a:2:{s:4:\"name\";s:8:\"Soufflet\";s:3:\"nbr\";s:1:\"4\";}i:112;a:2:{s:4:\"name\";s:14:\"32 - Direction\";s:3:\"nbr\";s:2:\"86\";}i:113;a:2:{s:4:\"name\";s:6:\"Câble\";s:3:\"nbr\";s:2:\"39\";}i:114;a:2:{s:4:\"name\";s:14:\"Pièces câble\";s:3:\"nbr\";s:2:\"19\";}i:115;a:2:{s:4:\"name\";s:19:\"Poignée caoutchouc\";s:3:\"nbr\";s:2:\"10\";}i:116;a:2:{s:4:\"name\";s:31:\"Maître cylindre de frein avant\";s:3:\"nbr\";s:2:\"15\";}i:117;a:2:{s:4:\"name\";s:6:\"Guidon\";s:3:\"nbr\";s:1:\"2\";}i:118;a:2:{s:4:\"name\";s:13:\"34 - Freinage\";s:3:\"nbr\";s:2:\"64\";}i:119;a:2:{s:4:\"name\";s:6:\"Disque\";s:3:\"nbr\";s:2:\"20\";}i:120;a:2:{s:4:\"name\";s:9:\"Plaquette\";s:3:\"nbr\";s:2:\"16\";}i:121;a:2:{s:4:\"name\";s:9:\"Mâchoire\";s:3:\"nbr\";s:1:\"2\";}i:123;a:2:{s:4:\"name\";s:6:\"Etrier\";s:3:\"nbr\";s:2:\"10\";}i:124;a:2:{s:4:\"name\";s:34:\"Maître cylindre de frein arrière\";s:3:\"nbr\";s:1:\"7\";}i:125;a:2:{s:4:\"name\";s:9:\"36 - Roue\";s:3:\"nbr\";s:2:\"10\";}i:126;a:2:{s:4:\"name\";s:17:\"46 - Partie cycle\";s:3:\"nbr\";s:2:\"39\";}i:127;a:2:{s:4:\"name\";s:9:\"Béquille\";s:3:\"nbr\";s:2:\"10\";}i:128;a:2:{s:4:\"name\";s:15:\"Cache latéraux\";s:3:\"nbr\";s:1:\"4\";}i:129;a:2:{s:4:\"name\";s:13:\"Pare cylindre\";s:3:\"nbr\";s:1:\"7\";}i:130;a:2:{s:4:\"name\";s:11:\"Repose pied\";s:3:\"nbr\";s:1:\"3\";}i:131;a:2:{s:4:\"name\";s:9:\"Bagagerie\";s:3:\"nbr\";s:1:\"3\";}i:132;a:2:{s:4:\"name\";s:17:\"51 - Rétroviseur\";s:3:\"nbr\";s:1:\"7\";}i:133;a:2:{s:4:\"name\";s:10:\"52 - Selle\";s:3:\"nbr\";s:1:\"2\";}i:134;a:2:{s:4:\"name\";s:7:\"Biplace\";s:3:\"nbr\";s:1:\"2\";}i:135;a:2:{s:4:\"name\";s:9:\"Monoplace\";s:3:\"nbr\";s:1:\"2\";}i:136;a:2:{s:4:\"name\";s:17:\"61 - Electricité\";s:3:\"nbr\";s:2:\"30\";}i:137;a:2:{s:4:\"name\";s:10:\"Contacteur\";s:3:\"nbr\";s:2:\"14\";}i:138;a:2:{s:4:\"name\";s:6:\"Relais\";s:3:\"nbr\";s:1:\"4\";}i:139;a:2:{s:4:\"name\";s:8:\"Batterie\";s:3:\"nbr\";s:1:\"9\";}i:140;a:2:{s:4:\"name\";s:8:\"Faisceau\";s:3:\"nbr\";s:1:\"5\";}i:141;a:2:{s:4:\"name\";s:13:\"62 - Compteur\";s:3:\"nbr\";s:1:\"9\";}i:142;a:2:{s:4:\"name\";s:14:\"63 - Eclairage\";s:3:\"nbr\";s:2:\"14\";}i:143;a:2:{s:4:\"name\";s:11:\"Phare / Feu\";s:3:\"nbr\";s:1:\"4\";}i:144;a:2:{s:4:\"name\";s:10:\"Clignotant\";s:3:\"nbr\";s:2:\"10\";}i:146;a:2:{s:4:\"name\";s:10:\"Lubrifiant\";s:3:\"nbr\";s:1:\"3\";}i:147;a:2:{s:4:\"name\";s:9:\"Carénage\";s:3:\"nbr\";s:2:\"16\";}i:148;a:2:{s:4:\"name\";s:15:\"Divers freinage\";s:3:\"nbr\";s:1:\"9\";}i:150;a:2:{s:4:\"name\";s:6:\"Levier\";s:3:\"nbr\";s:1:\"5\";}i:151;a:2:{s:4:\"name\";s:6:\"Bougie\";s:3:\"nbr\";s:1:\"6\";}i:154;a:2:{s:4:\"name\";s:22:\"K 4X : K 1200 - K 1300\";s:3:\"nbr\";s:1:\"1\";}i:158;a:2:{s:4:\"name\";s:10:\"S : S 1000\";s:3:\"nbr\";s:1:\"1\";}i:159;a:2:{s:4:\"name\";s:22:\"K 5X : R 1200 - R 1250\";s:3:\"nbr\";s:1:\"1\";}i:164;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"3\";}i:165;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"7\";}i:166;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"1\";}i:167;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"1\";}i:168;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"3\";}i:169;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"6\";}i:170;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"2\";}i:171;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"6\";}i:172;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"6\";}i:173;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"1\";}i:174;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"6\";}i:175;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"2\";}i:176;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"2\";}i:177;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"6\";}i:178;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"3\";}i:179;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"3\";}i:180;a:2:{s:4:\"name\";s:22:\"K 5X : R 1200 - R 1250\";s:3:\"nbr\";s:1:\"5\";}i:181;a:2:{s:4:\"name\";s:13:\"R 18 : R 1800\";s:3:\"nbr\";s:1:\"1\";}i:182;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"3\";}i:183;a:2:{s:4:\"name\";s:22:\"K 4X : K 1200 - K 1300\";s:3:\"nbr\";s:1:\"2\";}i:184;a:2:{s:4:\"name\";s:16:\"K 6 cyl : K 1600\";s:3:\"nbr\";s:1:\"3\";}i:185;a:2:{s:4:\"name\";s:10:\"S : S 1000\";s:3:\"nbr\";s:1:\"1\";}i:186;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"2\";}i:187;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"3\";}i:188;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"4\";}i:189;a:2:{s:4:\"name\";s:9:\"R 2V : /5\";s:3:\"nbr\";s:1:\"1\";}i:190;a:2:{s:4:\"name\";s:9:\"R 2V : /6\";s:3:\"nbr\";s:1:\"1\";}i:191;a:2:{s:4:\"name\";s:9:\"R 2V : /7\";s:3:\"nbr\";s:1:\"1\";}i:194;a:2:{s:4:\"name\";s:9:\"R 2V : /5\";s:3:\"nbr\";s:1:\"1\";}i:195;a:2:{s:4:\"name\";s:9:\"R 2V : /6\";s:3:\"nbr\";s:1:\"1\";}i:196;a:2:{s:4:\"name\";s:9:\"R 2V : /7\";s:3:\"nbr\";s:1:\"1\";}i:199;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"3\";}i:200;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"2\";}i:201;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"3\";}i:202;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"4\";}i:203;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"4\";}i:204;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"3\";}i:205;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"3\";}i:206;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"4\";}i:207;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"4\";}i:208;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"1\";}i:209;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"3\";}i:210;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"1\";}i:211;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"2\";}i:212;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"1\";}i:213;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"1\";}i:214;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"8\";}i:215;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"2\";}i:216;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"4\";}i:217;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"8\";}i:218;a:2:{s:4:\"name\";s:22:\"K 5X : R 1200 - R 1250\";s:3:\"nbr\";s:1:\"1\";}i:219;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"6\";}i:220;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"2\";}i:221;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"3\";}i:222;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"3\";}i:225;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"1\";}i:226;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:2:\"14\";}i:227;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"8\";}i:228;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:2:\"10\";}i:229;a:2:{s:4:\"name\";s:22:\"K 4X : K 1200 - K 1300\";s:3:\"nbr\";s:1:\"6\";}i:230;a:2:{s:4:\"name\";s:22:\"K 5X : R 1200 - R 1250\";s:3:\"nbr\";s:1:\"7\";}i:232;a:2:{s:4:\"name\";s:10:\"S : S 1000\";s:3:\"nbr\";s:1:\"5\";}i:233;a:2:{s:4:\"name\";s:16:\"K 6 cyl : K 1600\";s:3:\"nbr\";s:1:\"2\";}i:234;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"5\";}i:235;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"7\";}i:236;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"4\";}i:238;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"7\";}i:239;a:2:{s:4:\"name\";s:22:\"K 4X : K 1200 - K 1300\";s:3:\"nbr\";s:1:\"3\";}i:240;a:2:{s:4:\"name\";s:22:\"K 5X : R 1200 - R 1250\";s:3:\"nbr\";s:1:\"3\";}i:241;a:2:{s:4:\"name\";s:16:\"K 6 cyl : K 1600\";s:3:\"nbr\";s:1:\"2\";}i:242;a:2:{s:4:\"name\";s:10:\"S : S 1000\";s:3:\"nbr\";s:1:\"5\";}i:243;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"2\";}i:248;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"4\";}i:249;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"7\";}i:250;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"5\";}i:251;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"2\";}i:252;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"6\";}i:253;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"1\";}i:254;a:2:{s:4:\"name\";s:22:\"K 4X : K 1200 - K 1300\";s:3:\"nbr\";s:1:\"1\";}i:255;a:2:{s:4:\"name\";s:22:\"K 5X : R 1200 - R 1250\";s:3:\"nbr\";s:1:\"1\";}i:256;a:2:{s:4:\"name\";s:10:\"S : S 1000\";s:3:\"nbr\";s:1:\"1\";}i:257;a:2:{s:4:\"name\";s:16:\"K 6 cyl : K 1600\";s:3:\"nbr\";s:1:\"1\";}i:258;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"2\";}i:259;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"4\";}i:260;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"3\";}i:261;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"2\";}i:262;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"2\";}i:263;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:2:\"35\";}i:264;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"2\";}i:265;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"2\";}i:266;a:2:{s:4:\"name\";s:14:\"Accélérateur\";s:3:\"nbr\";s:2:\"19\";}i:267;a:2:{s:4:\"name\";s:9:\"Embrayage\";s:3:\"nbr\";s:1:\"6\";}i:268;a:2:{s:4:\"name\";s:7:\"Starter\";s:3:\"nbr\";s:1:\"7\";}i:269;a:2:{s:4:\"name\";s:8:\"Compteur\";s:3:\"nbr\";s:1:\"4\";}i:270;a:2:{s:4:\"name\";s:9:\"Embrayage\";s:3:\"nbr\";s:1:\"2\";}i:271;a:2:{s:4:\"name\";s:9:\"Embrayage\";s:3:\"nbr\";s:1:\"3\";}i:272;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:2:\"19\";}i:273;a:2:{s:4:\"name\";s:21:\"R 4V : R 850 - R 1100\";s:3:\"nbr\";s:1:\"1\";}i:274;a:2:{s:4:\"name\";s:26:\"/K : K 75 - K 100 - K 1100\";s:3:\"nbr\";s:1:\"1\";}i:275;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"8\";}i:276;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"2\";}i:277;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"6\";}i:286;a:2:{s:4:\"name\";s:16:\"K 6 cyl : K 1600\";s:3:\"nbr\";s:1:\"1\";}i:293;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"2\";}i:294;a:2:{s:4:\"name\";s:22:\"K 5X : R 1200 - R 1250\";s:3:\"nbr\";s:1:\"3\";}i:295;a:2:{s:4:\"name\";s:13:\"R 18 : R 1800\";s:3:\"nbr\";s:1:\"2\";}i:297;a:2:{s:4:\"name\";s:22:\"K 4X : K 1200 - K 1300\";s:3:\"nbr\";s:1:\"1\";}i:298;a:2:{s:4:\"name\";s:16:\"K 6 cyl : K 1600\";s:3:\"nbr\";s:1:\"2\";}i:299;a:2:{s:4:\"name\";s:10:\"S : S 1000\";s:3:\"nbr\";s:1:\"2\";}i:300;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"4\";}i:301;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"2\";}i:302;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"3\";}i:303;a:2:{s:4:\"name\";s:22:\"K 5X : R 1200 - R 1250\";s:3:\"nbr\";s:1:\"2\";}i:304;a:2:{s:4:\"name\";s:13:\"R 18 : R 1800\";s:3:\"nbr\";s:1:\"2\";}i:305;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"3\";}i:306;a:2:{s:4:\"name\";s:22:\"K 4X : K 1200 - K 1300\";s:3:\"nbr\";s:1:\"2\";}i:307;a:2:{s:4:\"name\";s:16:\"K 6 cyl : K 1600\";s:3:\"nbr\";s:1:\"2\";}i:309;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"1\";}i:310;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:2:\"12\";}i:311;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:2:\"10\";}i:316;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"4\";}i:317;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:2:\"16\";}i:318;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"9\";}i:319;a:2:{s:4:\"name\";s:22:\"K 5X : R 1200 - R 1250\";s:3:\"nbr\";s:1:\"4\";}i:320;a:2:{s:4:\"name\";s:13:\"R 18 : R 1800\";s:3:\"nbr\";s:1:\"1\";}i:321;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"8\";}i:322;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"7\";}i:323;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"5\";}i:324;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"3\";}i:326;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"8\";}i:327;a:2:{s:4:\"name\";s:22:\"K 4X : K 1200 - K 1300\";s:3:\"nbr\";s:1:\"2\";}i:328;a:2:{s:4:\"name\";s:16:\"K 6 cyl : K 1600\";s:3:\"nbr\";s:1:\"1\";}i:333;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"2\";}i:334;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"2\";}i:335;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"4\";}i:336;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"1\";}i:337;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"4\";}i:338;a:2:{s:4:\"name\";s:22:\"K 4X : K 1200 - K 1300\";s:3:\"nbr\";s:1:\"1\";}i:339;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"3\";}i:340;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"1\";}i:341;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"3\";}i:342;a:2:{s:4:\"name\";s:22:\"K 5X : R 1200 - R 1250\";s:3:\"nbr\";s:1:\"1\";}i:343;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"3\";}i:344;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:2:\"17\";}i:345;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"3\";}i:346;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"3\";}i:347;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"9\";}i:348;a:2:{s:4:\"name\";s:22:\"K 5X : R 1200 - R 1250\";s:3:\"nbr\";s:1:\"3\";}i:349;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"3\";}i:352;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"1\";}i:373;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:2:\"13\";}i:374;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:2:\"10\";}i:375;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"9\";}i:376;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"3\";}i:377;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"7\";}i:378;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"8\";}i:379;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:2:\"10\";}i:380;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"8\";}i:381;a:2:{s:4:\"name\";s:22:\"K 5X : R 1200 - R 1250\";s:3:\"nbr\";s:1:\"2\";}i:382;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:2:\"12\";}i:383;a:2:{s:4:\"name\";s:16:\"K 6 cyl : K 1600\";s:3:\"nbr\";s:1:\"1\";}i:385;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"3\";}i:386;a:2:{s:4:\"name\";s:13:\"R 18 : R 1800\";s:3:\"nbr\";s:1:\"2\";}i:387;a:2:{s:4:\"name\";s:10:\"S : S 1000\";s:3:\"nbr\";s:1:\"2\";}i:388;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"5\";}i:389;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"2\";}i:390;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"2\";}i:392;a:2:{s:4:\"name\";s:16:\"K 6 cyl : K 1600\";s:3:\"nbr\";s:1:\"1\";}i:394;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"3\";}i:395;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"2\";}i:396;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"4\";}i:397;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"2\";}i:398;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"3\";}i:399;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"2\";}i:402;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"1\";}i:404;a:2:{s:4:\"name\";s:22:\"K 5X : R 1200 - R 1250\";s:3:\"nbr\";s:1:\"1\";}i:406;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"2\";}i:408;a:2:{s:4:\"name\";s:16:\"K 6 cyl : K 1600\";s:3:\"nbr\";s:1:\"1\";}i:409;a:2:{s:4:\"name\";s:10:\"S : S 1000\";s:3:\"nbr\";s:1:\"1\";}i:410;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"8\";}i:411;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"7\";}i:412;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"6\";}i:413;a:2:{s:4:\"name\";s:22:\"K 4X : K 1200 - K 1300\";s:3:\"nbr\";s:1:\"3\";}i:414;a:2:{s:4:\"name\";s:16:\"K 6 cyl : K 1600\";s:3:\"nbr\";s:1:\"3\";}i:415;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"5\";}i:416;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"5\";}i:417;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"7\";}i:418;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:2:\"11\";}i:419;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"7\";}i:420;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"2\";}i:421;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"7\";}i:423;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"7\";}i:424;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"5\";}i:425;a:2:{s:4:\"name\";s:22:\"K 5X : R 1200 - R 1250\";s:3:\"nbr\";s:1:\"2\";}i:426;a:2:{s:4:\"name\";s:13:\"R 18 : R 1800\";s:3:\"nbr\";s:1:\"2\";}i:427;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"6\";}i:428;a:2:{s:4:\"name\";s:22:\"K 4X : K 1200 - K 1300\";s:3:\"nbr\";s:1:\"3\";}i:429;a:2:{s:4:\"name\";s:16:\"K 6 cyl : K 1600\";s:3:\"nbr\";s:1:\"2\";}i:430;a:2:{s:4:\"name\";s:10:\"S : S 1000\";s:3:\"nbr\";s:1:\"2\";}i:433;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:2:\"10\";}i:434;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"3\";}i:435;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"2\";}i:436;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"5\";}i:437;a:2:{s:4:\"name\";s:22:\"K 5X : R 1200 - R 1250\";s:3:\"nbr\";s:1:\"2\";}i:438;a:2:{s:4:\"name\";s:13:\"R 18 : R 1800\";s:3:\"nbr\";s:1:\"2\";}i:439;a:2:{s:4:\"name\";s:10:\"S : S 1000\";s:3:\"nbr\";s:1:\"2\";}i:440;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"9\";}i:441;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"6\";}i:442;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"3\";}i:443;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"7\";}i:444;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"5\";}i:445;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"3\";}i:446;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"4\";}i:447;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"5\";}i:448;a:2:{s:4:\"name\";s:9:\"R 2V : /5\";s:3:\"nbr\";s:1:\"3\";}i:449;a:2:{s:4:\"name\";s:31:\"R 4V avant 2001: R 850 - R 1100\";s:3:\"nbr\";s:1:\"4\";}i:450;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"4\";}i:453;a:2:{s:4:\"name\";s:26:\"/K : K 75 - K 100 - K 1100\";s:3:\"nbr\";s:1:\"1\";}i:454;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"9\";}i:455;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"3\";}i:456;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"3\";}i:457;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"6\";}i:458;a:2:{s:4:\"name\";s:22:\"K 4X : K 1200 - K 1300\";s:3:\"nbr\";s:1:\"1\";}i:459;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:2:\"12\";}i:460;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"6\";}i:461;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"1\";}i:462;a:2:{s:4:\"name\";s:26:\"/K : K 75 - K 100 - K 1100\";s:3:\"nbr\";s:1:\"5\";}i:463;a:2:{s:4:\"name\";s:11:\"/K : K 1200\";s:3:\"nbr\";s:1:\"5\";}i:464;a:2:{s:4:\"name\";s:14:\"R 2V : /6 - /7\";s:3:\"nbr\";s:1:\"2\";}i:465;a:2:{s:4:\"name\";s:42:\"R 4V après 2001 : R 850 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"5\";}i:466;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"2\";}i:467;a:2:{s:4:\"name\";s:16:\"K 6 cyl : K 1600\";s:3:\"nbr\";s:1:\"1\";}i:468;a:2:{s:4:\"name\";s:17:\"Transmission R 4V\";s:3:\"nbr\";s:2:\"10\";}i:469;a:2:{s:4:\"name\";s:17:\"Transmission K 2X\";s:3:\"nbr\";s:2:\"28\";}i:470;a:2:{s:4:\"name\";s:15:\"Transmission /K\";s:3:\"nbr\";s:1:\"9\";}i:471;a:2:{s:4:\"name\";s:17:\"Transmission K 4X\";s:3:\"nbr\";s:2:\"22\";}i:472;a:2:{s:4:\"name\";s:17:\"Transmission K 5X\";s:3:\"nbr\";s:1:\"7\";}i:473;a:2:{s:4:\"name\";s:21:\"Transmission K 6 cyl.\";s:3:\"nbr\";s:1:\"9\";}i:475;a:2:{s:4:\"name\";s:10:\"S : S 1000\";s:3:\"nbr\";s:1:\"2\";}i:476;a:2:{s:4:\"name\";s:22:\"K 5X : R 1200 - R 1250\";s:3:\"nbr\";s:1:\"1\";}i:477;a:2:{s:4:\"name\";s:17:\"K 6 cyl. : K 1600\";s:3:\"nbr\";s:1:\"1\";}i:478;a:2:{s:4:\"name\";s:7:\"Ampoule\";s:3:\"nbr\";s:1:\"3\";}i:479;a:2:{s:4:\"name\";s:4:\"R 4V\";s:3:\"nbr\";s:1:\"2\";}i:480;a:2:{s:4:\"name\";s:4:\"K 2X\";s:3:\"nbr\";s:1:\"1\";}i:481;a:2:{s:4:\"name\";s:4:\"K 4X\";s:3:\"nbr\";s:1:\"1\";}i:482;a:2:{s:4:\"name\";s:22:\"K 5X : R 1200 - R 1250\";s:3:\"nbr\";s:1:\"1\";}i:483;a:2:{s:4:\"name\";s:6:\"K 1600\";s:3:\"nbr\";s:1:\"1\";}i:484;a:2:{s:4:\"name\";s:16:\"K AX : R 1300 GS\";s:3:\"nbr\";s:1:\"1\";}i:485;a:2:{s:4:\"name\";s:10:\"S : S 1000\";s:3:\"nbr\";s:1:\"1\";}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:1;a:7:{s:9:\"type_lite\";s:12:\"manufacturer\";s:4:\"type\";s:12:\"manufacturer\";s:6:\"id_key\";i:0;s:4:\"name\";s:6:\"Marque\";s:6:\"values\";a:21:{i:3;a:2:{s:4:\"name\";s:5:\"MAHLE\";s:3:\"nbr\";s:2:\"21\";}i:4;a:2:{s:4:\"name\";s:5:\"BOYER\";s:3:\"nbr\";s:1:\"2\";}i:5;a:3:{s:4:\"name\";s:6:\"BREMBO\";s:3:\"nbr\";s:2:\"29\";s:7:\"checked\";b:1;}i:6;a:2:{s:4:\"name\";s:9:\"ADAPTABLE\";s:3:\"nbr\";s:3:\"326\";}i:7;a:3:{s:4:\"name\";s:3:\"BMW\";s:3:\"nbr\";s:3:\"638\";s:7:\"checked\";b:1;}i:8;a:2:{s:4:\"name\";s:5:\"BOSCH\";s:3:\"nbr\";s:1:\"6\";}i:9;a:2:{s:4:\"name\";s:3:\"NGK\";s:3:\"nbr\";s:1:\"6\";}i:10;a:2:{s:4:\"name\";s:5:\"VALEO\";s:3:\"nbr\";s:1:\"3\";}i:12;a:2:{s:4:\"name\";s:5:\"Sachs\";s:3:\"nbr\";s:2:\"17\";}i:13;a:2:{s:4:\"name\";s:6:\"Keihan\";s:3:\"nbr\";s:2:\"19\";}i:14;a:2:{s:4:\"name\";s:4:\"SITO\";s:3:\"nbr\";s:1:\"5\";}i:15;a:2:{s:4:\"name\";s:7:\"Castrol\";s:3:\"nbr\";s:1:\"5\";}i:16;a:2:{s:4:\"name\";s:9:\"Goodridge\";s:3:\"nbr\";s:2:\"19\";}i:17;a:2:{s:4:\"name\";s:4:\"ETAI\";s:3:\"nbr\";s:2:\"15\";}i:18;a:3:{s:4:\"name\";s:3:\"SLA\";s:3:\"nbr\";s:1:\"1\";s:7:\"checked\";b:1;}i:19;a:3:{s:4:\"name\";s:5:\"Yuasa\";s:3:\"nbr\";s:1:\"1\";s:7:\"checked\";b:1;}i:20;a:2:{s:4:\"name\";s:10:\"Techni lub\";s:3:\"nbr\";s:1:\"1\";}i:21;a:2:{s:4:\"name\";s:10:\"Tommaselli\";s:3:\"nbr\";s:1:\"2\";}i:22;a:2:{s:4:\"name\";s:4:\"IKON\";s:3:\"nbr\";s:1:\"1\";}i:23;a:2:{s:4:\"name\";s:7:\"Wilbers\";s:3:\"nbr\";s:1:\"1\";}i:24;a:2:{s:4:\"name\";s:7:\"Vision \";s:3:\"nbr\";s:1:\"1\";}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:2;a:7:{s:9:\"type_lite\";s:9:\"condition\";s:4:\"type\";s:9:\"condition\";s:6:\"id_key\";i:0;s:4:\"name\";s:5:\"État\";s:6:\"values\";a:3:{s:3:\"new\";a:2:{s:4:\"name\";s:4:\"Neuf\";s:3:\"nbr\";s:3:\"669\";}s:4:\"used\";a:2:{s:4:\"name\";s:8:\"Utilisé\";s:3:\"nbr\";i:0;}s:11:\"refurbished\";a:2:{s:4:\"name\";s:14:\"Reconditionné\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:3;a:12:{s:9:\"type_lite\";s:5:\"price\";s:4:\"type\";s:5:\"price\";s:6:\"id_key\";i:0;s:4:\"name\";s:4:\"Prix\";s:3:\"max\";d:452;s:3:\"min\";d:0;s:4:\"unit\";s:3:\"€\";s:14:\"specifications\";a:11:{s:6:\"symbol\";a:11:{i:0;s:1:\",\";i:1;s:3:\" \";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:12:\"currencyCode\";s:3:\"EUR\";s:14:\"currencySymbol\";s:3:\"€\";s:13:\"numberSymbols\";a:11:{i:0;s:1:\",\";i:1;s:3:\" \";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:15:\"positivePattern\";s:12:\"#,##0.00 ¤\";s:15:\"negativePattern\";s:13:\"-#,##0.00 ¤\";s:17:\"maxFractionDigits\";i:2;s:17:\"minFractionDigits\";i:2;s:12:\"groupingUsed\";b:1;s:16:\"primaryGroupSize\";i:3;s:18:\"secondaryGroupSize\";i:3;}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:3:\"nbr\";i:669;s:5:\"value\";N;}i:4;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"3\";s:6:\"values\";a:1:{i:14;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:2:\"/K\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:7:\"Modèle\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"2\";}}}") |
5636
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:193
/modules/ps_facetedsearch/src/Product/SearchProvider.php:180<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `tm_manufacturer` m INNER JOIN tm_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `tm_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
4738
ms
|
22 |
Yes
|
|
/classes/Manufacturer.php:207
/modules/ps_facetedsearch/src/Filters/Converter.php:262<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:125<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tm_category` c
INNER JOIN tm_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tm_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tm_category` c2 ON c2.`id_category` = 93 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
4599
ms
|
398 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `tm_meta` m
LEFT JOIN `tm_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
4322
ms
|
60 |
Yes
|
|
/classes/Dispatcher.php:650
/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tm_category` c
INNER JOIN tm_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tm_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tm_category` c2 ON c2.`id_category` = 96 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
4311
ms
|
398 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 278) LIMIT 1 |
4298
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tm_category` c
INNER JOIN tm_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tm_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tm_category` c2 ON c2.`id_category` = 107 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
4280
ms
|
398 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tm_category` c
INNER JOIN tm_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tm_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tm_category` c2 ON c2.`id_category` = 82 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
4225
ms
|
398 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE hs.`id_tab` as id_tab, hssl.`title`, hssl.`label`, hssl.`url`,
hss.`position`, hss.`active_label`, hss.`url_type`, hss.`id_url`, hss.`icon_type`, hss.`icon_class`, hss.`icon`, hss.`legend_icon`,
hss.`new_window`, hss.`float`, hss.`submenu_type`, hss.`submenu_content`, hss.`submenu_width`, hss.`group_access`
FROM tm_iqitmegamenu_tabs_shop hs
LEFT JOIN tm_iqitmegamenu_tabs hss ON (hs.id_tab = hss.id_tab)
LEFT JOIN tm_iqitmegamenu_tabs_lang hssl ON (hss.id_tab = hssl.id_tab)
WHERE id_shop = 1 AND menu_type = 2 AND active = 1
AND hssl.id_lang = 1
ORDER BY hss.position |
4131
ms
|
14 |
Yes
|
|
/modules/iqitmegamenu/models/IqitMenuTab.php:178
/modules/iqitmegamenu/iqitmegamenu.php:3196<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tm_category` c
INNER JOIN tm_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tm_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tm_category` c2 ON c2.`id_category` = 118 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
4089
ms
|
398 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_contact FROM `tm_ets_ctf_contact` c
INNER JOIN `tm_ets_ctf_contact_shop` cs ON (c.id_contact= cs.id_contact)
LEFT JOIN `tm_ets_ctf_contact_lang` cl on (c.id_contact= cl.id_contact AND cl.id_lang="1")
WHERE c.active=1 AND c.hook like "%nav_top%" AND cs.id_shop="1"; |
4081
ms
|
2 |
|
|
/modules/ets_contactform7/classes/Contact.php:217
/modules/ets_contactform7/ets_contactform7.php:1120<br>/modules/ets_contactform7/ets_contactform7.php:1066<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `tm_country` c INNER JOIN tm_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `tm_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 1)
LEFT JOIN `tm_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC |
4050
ms
|
241 |
Yes
|
|
/classes/Country.php:147
/modules/ps_emailsubscription/ps_emailsubscription.php:123<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tm_category` c
INNER JOIN tm_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tm_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tm_category` c2 ON c2.`id_category` = 60 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
4010
ms
|
398 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:3409<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tm_category` c
INNER JOIN tm_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tm_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tm_category` c2 ON c2.`id_category` = 106 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
4000
ms
|
398 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:3409<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_iqitmenulinks, l.new_window, s.name, ll.link, ll.label
FROM tm_iqitmenulinks l
LEFT JOIN tm_iqitmenulinks_lang ll ON (l.id_iqitmenulinks = ll.id_iqitmenulinks AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN tm_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_iqitmenulinks = "1"
AND l.id_shop IN (0, 1) |
3738
ms
|
1 |
|
|
/modules/iqitmegamenu/models/IqitMenuLinks.php:25
/modules/iqitmegamenu/models/IqitMenuLinks.php:30<br>/modules/iqitmegamenu/iqitmegamenu.php:3376<br>/modules/iqitmegamenu/iqitmegamenu.php:3200<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `tm_state` ORDER BY `name` ASC |
3722
ms
|
352 |
Yes
|
|
/classes/Country.php:154
/modules/ps_emailsubscription/ps_emailsubscription.php:123<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `tm_feature_value` v LEFT JOIN `tm_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `tm_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 3 ORDER BY vl.`value` ASC |
3694
ms
|
1 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:181
/modules/ps_facetedsearch/src/Filters/Block.php:743<br>/modules/ps_facetedsearch/src/Filters/Block.php:136<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:179<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_cms_category` a
LEFT JOIN `tm_cms_category_shop` `c` ON a.`id_cms_category` = c.`id_cms_category` AND c.`id_shop` = 1
WHERE (a.`id_cms_category` = 1) LIMIT 1 |
3335
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:93<br>/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:48<br>/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35<br>/modules/iqitlinksmanager/iqitlinksmanager.php:135<br>/modules/iqitlinksmanager/iqitlinksmanager.php:117<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_cms` a
LEFT JOIN `tm_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) LIMIT 1 |
3296
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78<br>/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:50<br>/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35<br>/modules/iqitlinksmanager/iqitlinksmanager.php:135<br>/modules/iqitlinksmanager/iqitlinksmanager.php:117<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tm_category` c
INNER JOIN tm_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tm_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tm_category` c2 ON c2.`id_category` = 69 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
3219
ms
|
398 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE data FROM tm_layered_filter_block WHERE hash="2d5dd20d85d58bd0a89481072382d361" LIMIT 1 |
3203
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:168
/modules/ps_facetedsearch/src/Product/SearchProvider.php:177<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tm_category` c
INNER JOIN tm_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tm_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tm_category` c2 ON c2.`id_category` = 78 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
3124
ms
|
398 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tm_category` c
INNER JOIN tm_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tm_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tm_category` c2 ON c2.`id_category` = 61 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
3090
ms
|
398 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `tm_tax_rule` tr
JOIN `tm_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
3013
ms
|
1 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3901<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `tm_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `tm_hook_alias` ha
INNER JOIN `tm_hook` h ON ha.name = h.name |
2992
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:3900<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tm_category` c
INNER JOIN tm_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tm_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tm_category` c2 ON c2.`id_category` = 136 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
2939
ms
|
398 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tm_category` c
INNER JOIN tm_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tm_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tm_category` c2 ON c2.`id_category` = 112 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
2738
ms
|
398 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1817 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_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` = 1817 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2721
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4292<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM tm_layered_category
WHERE id_category = 2
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
2706
ms
|
5 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Converter.php:247
/modules/ps_facetedsearch/src/Product/SearchProvider.php:125<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tm_category` c
INNER JOIN tm_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tm_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tm_category` c2 ON c2.`id_category` = 126 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
2700
ms
|
398 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tm_category` c
INNER JOIN tm_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tm_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tm_category` c2 ON c2.`id_category` = 133 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
2668
ms
|
398 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1817
AND image_shop.`cover` = 1 LIMIT 1 |
2654
ms
|
1 |
|
|
/classes/Product.php:3548
/classes/Product.php:5613<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cb.`id_iqit_link_block`
FROM tm_iqit_link_block cb
INNER JOIN tm_iqit_link_block_shop cs ON (cb.`id_iqit_link_block` = cs.`id_iqit_link_block`)
WHERE `id_hook` = 704
AND cs.`id_shop` = 1
ORDER BY cb.position ASC |
2640
ms
|
3 |
Yes
|
|
/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:174
/modules/iqitlinksmanager/iqitlinksmanager.php:131<br>/modules/iqitlinksmanager/iqitlinksmanager.php:117<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1857) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
2579
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4494
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:209<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:390<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.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:383<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:136<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:255<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `tm_hook_module` hm
STRAIGHT_JOIN `tm_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `tm_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
2571
ms
|
498 |
|
|
/classes/Hook.php:504
/classes/Hook.php:544<br>/classes/tax/TaxManagerFactory.php:67<br>/classes/tax/TaxManagerFactory.php:46<br>/classes/Product.php:3900<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1817
LIMIT 1 |
2555
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/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1820
LIMIT 1 |
2453
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/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1833) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
2332
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4494
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:209<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:390<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.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:383<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:136<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:255<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tm_category` c
INNER JOIN tm_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tm_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tm_category` c2 ON c2.`id_category` = 89 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
2283
ms
|
398 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_group_lang`
WHERE `id_group` = 1 |
2178
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Group.php:81<br>/classes/Group.php:397<br>/classes/Cart.php:248<br>/classes/Cart.php:221<br>/classes/controller/FrontController.php:443<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM tm_cart_product cp INNER JOIN tm_product p
ON (p.id_product = cp.id_product) INNER JOIN tm_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
2142
ms
|
1 |
|
|
/classes/Cart.php:4218
/classes/Cart.php:4193<br>/classes/Cart.php:2134<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE lower(name) as name
FROM `tm_hook` h
WHERE (h.active = 1) |
2134
ms
|
884 |
|
|
/classes/Hook.php:1283
/classes/Hook.php:786<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1817
ORDER BY `position` |
2115
ms
|
1 |
Yes
|
|
/classes/Product.php:3523
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1818 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_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` = 1818 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2052
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4292<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1835) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
2041
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4494
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:209<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:390<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.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:383<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:136<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:255<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_guest`
FROM `tm_connections`
WHERE `id_guest` = 6745404
AND `date_add` > '2025-04-17 12:21:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
2031
ms
|
1 |
Yes
|
|
/classes/Connection.php:154
/classes/Connection.php:97<br>/modules/statsdata/statsdata.php:111<br>/modules/statsdata/statsdata.php:69<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/config/smarty.config.inc.php:167<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:549<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:156<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1848) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1983
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4494
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:209<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:390<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.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:383<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:136<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:255<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1834) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1978
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4494
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:209<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:390<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.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:383<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:136<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:255<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_currency` a
LEFT JOIN `tm_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `tm_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
1965
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/src/Adapter/Currency/CurrencyDataProvider.php:101<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE format
FROM `tm_address_format`
WHERE `id_country` = 8 LIMIT 1 |
1930
ms
|
1 |
|
|
/classes/AddressFormat.php:672
/classes/AddressFormat.php:634<br>/classes/AddressFormat.php:619<br>/classes/AddressFormat.php:563<br>/classes/AddressFormat.php:438<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE psgdpr.active FROM `tm_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 22 LIMIT 1 |
1902
ms
|
8 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:132
/modules/psgdpr/psgdpr.php:683<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/dev/smarty/compile/warehouse/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.psemailsubscriptionviewst.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/ps_emailsubscription/ps_emailsubscription.php:899<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:85<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/79/c6/5c/79c65ce255bd4285e257cf30b2920efcfadfe3ad_2.file.footer-2.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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/27/d1/02/27d102cd45902fc97436406e4156d43db45d0fe3_2.file.footer.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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:515<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1855) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1900
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4494
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:209<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:390<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.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:383<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:136<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:255<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1818
ORDER BY f.position ASC |
1832
ms
|
1 |
Yes
|
|
/classes/Product.php:5912
/classes/Product.php:5774<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 397 AND `id_shop` = 1 |
1831
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1861 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_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` = 1861 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1817
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4292<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1856) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1796
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4494
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:209<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:390<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.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:383<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:136<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:255<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1834) AND (b.`id_shop` = 1) LIMIT 1 |
1776
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5630<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 246) LIMIT 1 |
1742
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM tm_required_field |
1739
ms
|
1 |
|
|
/classes/ObjectModel.php:1510
/classes/ObjectModel.php:1542<br>/classes/ObjectModel.php:1473<br>/classes/controller/FrontController.php:532<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_iqit_link_block_lang`
WHERE `id_iqit_link_block` = 2 |
1732
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitlinksmanager/src/IqitLinkBlock.php:43<br>/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:178<br>/modules/iqitlinksmanager/iqitlinksmanager.php:131<br>/modules/iqitlinksmanager/iqitlinksmanager.php:117<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_cms_category_lang`
WHERE `id_cms_category` = 1 AND `id_shop` = 1 |
1730
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:93<br>/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:48<br>/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35<br>/modules/iqitlinksmanager/iqitlinksmanager.php:135<br>/modules/iqitlinksmanager/iqitlinksmanager.php:117<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1820 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_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` = 1820 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1727
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4292<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_elementor FROM tm_iqit_elementor_category c WHERE c.id_category = 2 LIMIT 1 |
1723
ms
|
1 |
|
|
/modules/iqitelementor/src/IqitElementorCategory.php:87
/modules/iqitelementor/src/IqitElementorCategory.php:98<br>/modules/iqitelementor/iqitelementor.php:774<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE psgdprl.message FROM `tm_psgdpr_consent` psgdpr
LEFT JOIN tm_psgdpr_consent_lang psgdprl ON (psgdpr.id_gdpr_consent = psgdprl.id_gdpr_consent)
WHERE psgdpr.id_module = 22 AND psgdprl.id_lang =1 LIMIT 1 |
1691
ms
|
8 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:111
/modules/psgdpr/psgdpr.php:687<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/dev/smarty/compile/warehouse/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.psemailsubscriptionviewst.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/ps_emailsubscription/ps_emailsubscription.php:899<br>/classes/Hook.php:1017<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:85<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/79/c6/5c/79c65ce255bd4285e257cf30b2920efcfadfe3ad_2.file.footer-2.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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/27/d1/02/27d102cd45902fc97436406e4156d43db45d0fe3_2.file.footer.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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:515<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1858) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1666
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4494
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:209<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:390<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.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:383<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:136<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:255<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `tm_feature` f INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `tm_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `tm_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `tm_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC |
1665
ms
|
6 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
/modules/ps_facetedsearch/src/Filters/Block.php:719<br>/modules/ps_facetedsearch/src/Filters/Block.php:136<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:179<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 tm_shop_group gs
LEFT JOIN tm_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN tm_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 |
1631
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:129<br>/index.php:27
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1817) |
1631
ms
|
1 |
|
|
/classes/Product.php:3835
/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1 |
1629
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78<br>/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:50<br>/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35<br>/modules/iqitlinksmanager/iqitlinksmanager.php:135<br>/modules/iqitlinksmanager/iqitlinksmanager.php:117<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1857
LIMIT 1 |
1618
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/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1818) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1594
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4494
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:209<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:390<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.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:383<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:136<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:255<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 397) LIMIT 1 |
1540
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1823
LIMIT 1 |
1511
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/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1856 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_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` = 1856 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1509
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4292<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1857
ORDER BY f.position ASC |
1502
ms
|
1 |
Yes
|
|
/classes/Product.php:5912
/classes/Product.php:5774<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1854) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1486
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4494
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:209<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:390<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.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:383<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:136<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:255<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1818
LIMIT 1 |
1480
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/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1863 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_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` = 1863 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1479
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4292<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1834) |
1468
ms
|
1 |
|
|
/classes/Product.php:3835
/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1863
LIMIT 1 |
1466
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/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1831
LIMIT 1 |
1464
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/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1854
LIMIT 1 |
1464
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/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1834 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_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` = 1834 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1461
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4292<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1849) AND (b.`id_shop` = 1) LIMIT 1 |
1457
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5630<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1861
ORDER BY f.position ASC |
1446
ms
|
1 |
Yes
|
|
/classes/Product.php:5912
/classes/Product.php:5774<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM tm_shop_url su
LEFT JOIN tm_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'tony-motorrad.fr' OR su.domain_ssl = 'tony-motorrad.fr')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
1442
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1350
/classes/shop/Shop.php:341<br>/config/config.inc.php:129<br>/index.php:27
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1835
LIMIT 1 |
1441
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/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1849) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1431
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4494
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:209<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:390<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.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:383<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:136<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:255<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1818
ORDER BY `position` |
1429
ms
|
1 |
Yes
|
|
/classes/Product.php:3523
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1847) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1425
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4494
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:209<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:390<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.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:383<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:136<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:255<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1818) |
1408
ms
|
1 |
|
|
/classes/Product.php:3835
/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1833
LIMIT 1 |
1400
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/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1820
ORDER BY f.position ASC |
1395
ms
|
1 |
Yes
|
|
/classes/Product.php:5912
/classes/Product.php:5774<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1834
LIMIT 1 |
1389
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/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1848
LIMIT 1 |
1372
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/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `tm_manufacturer` m INNER JOIN tm_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `tm_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
1365
ms
|
22 |
Yes
|
|
/classes/Manufacturer.php:207
/modules/ps_facetedsearch/src/Filters/Block.php:527<br>/modules/ps_facetedsearch/src/Filters/Block.php:128<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:179<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 81) LIMIT 1 |
1362
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tm_category` c
LEFT JOIN `tm_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `name` = 'Disque'
AND c.`id_category` != 2
AND c.`id_parent` = 2 LIMIT 1 |
1358
ms
|
2 |
|
|
/classes/Category.php:1490
/modules/ps_facetedsearch/src/Filters/Converter.php:397<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:125<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1854 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_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` = 1854 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1354
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4292<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1832
LIMIT 1 |
1354
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/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1826
LIMIT 1 |
1344
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/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1849
LIMIT 1 |
1341
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/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1818) AND (b.`id_shop` = 1) LIMIT 1 |
1332
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5630<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1857 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_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` = 1857 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1331
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4292<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1848 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_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` = 1848 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1330
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4292<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1847
LIMIT 1 |
1328
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/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 196) LIMIT 1 |
1327
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1821
LIMIT 1 |
1324
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/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1832 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_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` = 1832 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1322
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4292<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1855
ORDER BY f.position ASC |
1321
ms
|
1 |
Yes
|
|
/classes/Product.php:5912
/classes/Product.php:5774<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1856
LIMIT 1 |
1318
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/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1858 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_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` = 1858 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1309
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4292<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1831 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_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` = 1831 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1307
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4292<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1823 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_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` = 1823 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1302
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4292<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1849
ORDER BY `position` |
1302
ms
|
1 |
Yes
|
|
/classes/Product.php:3523
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 195) LIMIT 1 |
1296
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1826 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_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` = 1826 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1294
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4292<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1861
LIMIT 1 |
1276
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/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 396 AND `id_shop` = 1 |
1275
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 269 AND `id_shop` = 1 |
1274
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1833 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_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` = 1833 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1268
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4292<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1820
AND image_shop.`cover` = 1 LIMIT 1 |
1255
ms
|
1 |
|
|
/classes/Product.php:3548
/classes/Product.php:5613<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1821 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_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` = 1821 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1253
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4292<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 338) LIMIT 1 |
1250
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1823
ORDER BY f.position ASC |
1245
ms
|
1 |
Yes
|
|
/classes/Product.php:5912
/classes/Product.php:5774<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1858
LIMIT 1 |
1241
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/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 246 AND `id_shop` = 1 |
1239
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1863) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1238
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4494
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:209<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:390<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.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:383<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:136<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:255<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1858
ORDER BY f.position ASC |
1236
ms
|
1 |
Yes
|
|
/classes/Product.php:5912
/classes/Product.php:5774<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1824
LIMIT 1 |
1233
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/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1849 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_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` = 1849 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1228
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4292<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1824 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_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` = 1824 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1221
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4292<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tm_category` c
INNER JOIN tm_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tm_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `tm_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tm_category` c2 ON c2.`id_category` = 142 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
1218
ms
|
8 |
Yes
|
Yes
|
/classes/Category.php:793
/modules/iqitmegamenu/iqitmegamenu.php:1751<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1820) AND (b.`id_shop` = 1) LIMIT 1 |
1216
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5630<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1825
LIMIT 1 |
1216
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/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1835 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_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` = 1835 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1215
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4292<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1817
ORDER BY f.position ASC |
1213
ms
|
1 |
Yes
|
|
/classes/Product.php:5912
/classes/Product.php:5774<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1855
LIMIT 1 |
1213
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/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1834
ORDER BY f.position ASC |
1213
ms
|
1 |
Yes
|
|
/classes/Product.php:5912
/classes/Product.php:5774<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1834 AND `id_group` = 1 LIMIT 1 |
1212
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3965<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1824) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1209
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4494
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:209<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:390<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.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:383<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:136<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:255<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1828
LIMIT 1 |
1207
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/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1821
ORDER BY f.position ASC |
1205
ms
|
1 |
Yes
|
|
/classes/Product.php:5912
/classes/Product.php:5774<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1847 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_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` = 1847 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1204
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4292<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `tm_category` c
INNER JOIN tm_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tm_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `tm_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 2
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1202
ms
|
3 |
Yes
|
Yes
|
/classes/Category.php:919
/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1834
AND image_shop.`cover` = 1 LIMIT 1 |
1201
ms
|
1 |
|
|
/classes/Product.php:3548
/classes/Product.php:5613<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1823) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1195
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4494
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:209<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:390<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.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:383<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:136<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:255<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1855 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_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` = 1855 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1190
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4292<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tm_module` m
LEFT JOIN `tm_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
1188
ms
|
99 |
|
|
/classes/module/Module.php:340
/modules/ps_mbo/ps_mbo.php:178<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:364<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1847
ORDER BY f.position ASC |
1182
ms
|
1 |
Yes
|
|
/classes/Product.php:5912
/classes/Product.php:5774<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1831) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1182
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4494
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:209<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:390<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.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:383<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:136<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:255<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1863) AND (b.`id_shop` = 1) LIMIT 1 |
1182
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5630<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1832
ORDER BY f.position ASC |
1179
ms
|
1 |
Yes
|
|
/classes/Product.php:5912
/classes/Product.php:5774<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1828) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1179
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4494
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:209<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:390<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.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:383<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:136<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:255<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1825 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_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` = 1825 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1178
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4292<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1863
ORDER BY f.position ASC |
1172
ms
|
1 |
Yes
|
|
/classes/Product.php:5912
/classes/Product.php:5774<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1821) AND (b.`id_shop` = 1) LIMIT 1 |
1171
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5630<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1828 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_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` = 1828 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1170
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4292<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 135) LIMIT 1 |
1165
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1826) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1165
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4494
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:209<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:390<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.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:383<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:136<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:255<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1848
ORDER BY f.position ASC |
1163
ms
|
1 |
Yes
|
|
/classes/Product.php:5912
/classes/Product.php:5774<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1835
ORDER BY f.position ASC |
1153
ms
|
1 |
Yes
|
|
/classes/Product.php:5912
/classes/Product.php:5774<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 81 AND `id_shop` = 1 |
1151
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1825) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1149
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4494
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:209<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:390<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.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:383<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:136<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:255<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1826
ORDER BY f.position ASC |
1140
ms
|
1 |
Yes
|
|
/classes/Product.php:5912
/classes/Product.php:5774<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 66) LIMIT 1 |
1139
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 194 AND `id_shop` = 1 |
1138
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1824
ORDER BY f.position ASC |
1133
ms
|
1 |
Yes
|
|
/classes/Product.php:5912
/classes/Product.php:5774<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `tm_hook` |
1133
ms
|
884 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/classes/Hook.php:824<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tm_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 |
1126
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/controllers/front/listing/CategoryController.php:89<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1861) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1122
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4494
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:209<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:390<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.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:383<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:136<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:255<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1833
ORDER BY f.position ASC |
1119
ms
|
1 |
Yes
|
|
/classes/Product.php:5912
/classes/Product.php:5774<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1849
ORDER BY f.position ASC |
1119
ms
|
1 |
Yes
|
|
/classes/Product.php:5912
/classes/Product.php:5774<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1831
ORDER BY f.position ASC |
1116
ms
|
1 |
Yes
|
|
/classes/Product.php:5912
/classes/Product.php:5774<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1820) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1112
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4494
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:209<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:390<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.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:383<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:136<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:255<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 245 AND `id_shop` = 1 |
1111
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1834 AND id_shop=1 LIMIT 1 |
1105
ms
|
1 |
|
|
/classes/Product.php:6766
/classes/Product.php:3900<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a0
LEFT JOIN `tm_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 2) AND (a0.`nright` > 795) AND (a1.`id_lang` = 1)
ORDER BY a0.`nleft` asc |
1105
ms
|
1 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/controllers/front/listing/CategoryController.php:241<br>/classes/controller/FrontController.php:1736<br>/classes/controller/FrontController.php:533<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 338 AND `id_shop` = 1 |
1096
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 301 AND `id_shop` = 1 |
1095
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1854
ORDER BY f.position ASC |
1094
ms
|
1 |
Yes
|
|
/classes/Product.php:5912
/classes/Product.php:5774<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1856
ORDER BY f.position ASC |
1094
ms
|
1 |
Yes
|
|
/classes/Product.php:5912
/classes/Product.php:5774<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1831) AND (b.`id_shop` = 1) LIMIT 1 |
1094
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5630<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tm_module` m
LEFT JOIN `tm_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
1093
ms
|
99 |
|
|
/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: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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1854) |
1092
ms
|
1 |
|
|
/classes/Product.php:3835
/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1821) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1090
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4494
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:209<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:390<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.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:383<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:136<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:255<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 174) LIMIT 1 |
1081
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1854) AND (b.`id_shop` = 1) LIMIT 1 |
1077
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5630<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1856
AND image_shop.`cover` = 1 LIMIT 1 |
1075
ms
|
1 |
|
|
/classes/Product.php:3548
/classes/Product.php:5613<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tm_module` m
LEFT JOIN `tm_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
1066
ms
|
99 |
|
|
/classes/module/Module.php:340
/modules/colissimo/colissimo.php:114<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 396) LIMIT 1 |
1062
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1855) AND (b.`id_shop` = 1) LIMIT 1 |
1052
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5630<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1825
ORDER BY f.position ASC |
1052
ms
|
1 |
Yes
|
|
/classes/Product.php:5912
/classes/Product.php:5774<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1831
ORDER BY `position` |
1051
ms
|
1 |
Yes
|
|
/classes/Product.php:3523
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1832) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1048
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4494
/src/Adapter/Product/ProductColorsRetriever.php:43<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:518<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:209<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:390<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.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:383<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:136<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:255<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_contact FROM `tm_ets_ctf_contact` c
INNER JOIN `tm_ets_ctf_contact_shop` cs ON (c.id_contact= cs.id_contact)
LEFT JOIN `tm_ets_ctf_contact_lang` cl on (c.id_contact= cl.id_contact AND cl.id_lang="1")
WHERE c.active=1 AND c.hook like "%displayTop%" AND cs.id_shop="1"; |
1044
ms
|
2 |
|
|
/modules/ets_contactform7/classes/Contact.php:217
/modules/ets_contactform7/ets_contactform7.php:1120<br>/modules/ets_contactform7/ets_contactform7.php:1081<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:121<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1818 |
1041
ms
|
1 |
|
|
/classes/Product.php:2885
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 430) LIMIT 1 |
1040
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1832) AND (b.`id_shop` = 1) LIMIT 1 |
1033
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5630<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 337 AND `id_shop` = 1 |
1031
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_contact FROM `tm_ets_ctf_contact` c
INNER JOIN `tm_ets_ctf_contact_shop` cs ON (c.id_contact= cs.id_contact)
LEFT JOIN `tm_ets_ctf_contact_lang` cl on (c.id_contact= cl.id_contact AND cl.id_lang="1")
WHERE c.active=1 AND c.hook like "%footer_page%" AND cs.id_shop="1"; |
1031
ms
|
2 |
|
|
/modules/ets_contactform7/classes/Contact.php:217
/modules/ets_contactform7/ets_contactform7.php:1120<br>/modules/ets_contactform7/ets_contactform7.php:1089<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/79/c6/5c/79c65ce255bd4285e257cf30b2920efcfadfe3ad_2.file.footer-2.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/79/c6/5c/79c65ce255bd4285e257cf30b2920efcfadfe3ad_2.file.footer-2.tpl.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_template.php:385<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/27/d1/02/27d102cd45902fc97436406e4156d43db45d0fe3_2.file.footer.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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:515<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1828
ORDER BY f.position ASC |
1030
ms
|
1 |
Yes
|
|
/classes/Product.php:5912
/classes/Product.php:5774<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 138) LIMIT 1 |
1029
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 73) LIMIT 1 |
1028
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1817) AND (b.`id_shop` = 1) LIMIT 1 |
1023
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5630<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 194) LIMIT 1 |
1019
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1833) AND (b.`id_shop` = 1) LIMIT 1 |
1017
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5630<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1825) AND (b.`id_shop` = 1) LIMIT 1 |
1017
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5630<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 395 AND `id_shop` = 1 |
1014
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_iqitmenulinks, l.new_window, s.name, ll.link, ll.label
FROM tm_iqitmenulinks l
LEFT JOIN tm_iqitmenulinks_lang ll ON (l.id_iqitmenulinks = ll.id_iqitmenulinks AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN tm_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_iqitmenulinks = "4"
AND l.id_shop IN (0, 1) |
1011
ms
|
1 |
|
|
/modules/iqitmegamenu/models/IqitMenuLinks.php:25
/modules/iqitmegamenu/models/IqitMenuLinks.php:30<br>/modules/iqitmegamenu/iqitmegamenu.php:3376<br>/modules/iqitmegamenu/iqitmegamenu.php:3422<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1828) AND (b.`id_shop` = 1) LIMIT 1 |
1009
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5630<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_iqitmenulinks, l.new_window, s.name, ll.link, ll.label
FROM tm_iqitmenulinks l
LEFT JOIN tm_iqitmenulinks_lang ll ON (l.id_iqitmenulinks = ll.id_iqitmenulinks AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN tm_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_iqitmenulinks = "3"
AND l.id_shop IN (0, 1) |
994
ms
|
1 |
|
|
/modules/iqitmegamenu/models/IqitMenuLinks.php:25
/modules/iqitmegamenu/models/IqitMenuLinks.php:30<br>/modules/iqitmegamenu/iqitmegamenu.php:3376<br>/modules/iqitmegamenu/iqitmegamenu.php:3422<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1821
ORDER BY `position` |
990
ms
|
1 |
Yes
|
|
/classes/Product.php:3523
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1834
ORDER BY `position` |
988
ms
|
1 |
Yes
|
|
/classes/Product.php:3523
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1823
ORDER BY `position` |
984
ms
|
1 |
Yes
|
|
/classes/Product.php:3523
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tm_module` m
LEFT JOIN `tm_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
978
ms
|
99 |
|
|
/classes/module/Module.php:340
/modules/ph_simpleblog/ph_simpleblog.php:135<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1824) AND (b.`id_shop` = 1) LIMIT 1 |
973
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5630<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tm_module` m
LEFT JOIN `tm_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
972
ms
|
99 |
|
|
/classes/module/Module.php:340
/modules/ets_contactform7/ets_contactform7.php:92<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1847
ORDER BY `position` |
971
ms
|
1 |
Yes
|
|
/classes/Product.php:3523
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 93) LIMIT 1 |
970
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1858
ORDER BY `position` |
970
ms
|
1 |
Yes
|
|
/classes/Product.php:3523
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1823) AND (b.`id_shop` = 1) LIMIT 1 |
966
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5630<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1832
ORDER BY `position` |
966
ms
|
1 |
Yes
|
|
/classes/Product.php:3523
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1835
ORDER BY `position` |
963
ms
|
1 |
Yes
|
|
/classes/Product.php:3523
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1820
ORDER BY `position` |
962
ms
|
1 |
Yes
|
|
/classes/Product.php:3523
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1861
ORDER BY `position` |
962
ms
|
1 |
Yes
|
|
/classes/Product.php:3523
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1847) AND (b.`id_shop` = 1) LIMIT 1 |
960
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5630<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 261) LIMIT 1 |
959
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM tm_layered_category WHERE id_category = 2 AND id_shop = 1 GROUP BY `type`, id_value ORDER BY position ASC |
959
ms
|
5 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Block.php:108
/modules/ps_facetedsearch/src/Product/SearchProvider.php:179<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1825
ORDER BY `position` |
953
ms
|
1 |
Yes
|
|
/classes/Product.php:3523
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_group` a
LEFT JOIN `tm_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
951
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Group.php:81<br>/classes/Group.php:397<br>/classes/Cart.php:248<br>/classes/Cart.php:221<br>/classes/controller/FrontController.php:443<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1856) AND (b.`id_shop` = 1) LIMIT 1 |
949
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5630<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 173 AND `id_shop` = 1 |
947
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_iqitmenulinks, l.new_window, s.name, ll.link, ll.label
FROM tm_iqitmenulinks l
LEFT JOIN tm_iqitmenulinks_lang ll ON (l.id_iqitmenulinks = ll.id_iqitmenulinks AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN tm_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_iqitmenulinks = "1"
AND l.id_shop IN (0, 1) |
945
ms
|
1 |
|
|
/modules/iqitmegamenu/models/IqitMenuLinks.php:25
/modules/iqitmegamenu/models/IqitMenuLinks.php:30<br>/modules/iqitmegamenu/iqitmegamenu.php:3376<br>/modules/iqitmegamenu/iqitmegamenu.php:3422<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_country` a
LEFT JOIN `tm_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `tm_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
945
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/config/config.inc.php:158<br>/index.php:27
|
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM tm_cms c
LEFT JOIN tm_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1 AND cl.id_shop = 1)
INNER JOIN tm_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (6) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position` |
940
ms
|
1 |
|
Yes
|
/classes/CMS.php:151
/modules/iqitmegamenu/iqitmegamenu.php:3306<br>/modules/iqitmegamenu/iqitmegamenu.php:3422<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM tm_cms c
LEFT JOIN tm_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1 AND cl.id_shop = 1)
INNER JOIN tm_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (5) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position` |
940
ms
|
1 |
|
Yes
|
/classes/CMS.php:151
/modules/iqitmegamenu/iqitmegamenu.php:3306<br>/modules/iqitmegamenu/iqitmegamenu.php:3422<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1 |
939
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Product/Search.php:103<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:130<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1863
ORDER BY `position` |
939
ms
|
1 |
Yes
|
|
/classes/Product.php:3523
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 484) LIMIT 1 |
934
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 107 AND `id_shop` = 1 |
933
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1848) AND (b.`id_shop` = 1) LIMIT 1 |
933
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5630<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 172) LIMIT 1 |
931
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 199) LIMIT 1 |
929
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1826) AND (b.`id_shop` = 1) LIMIT 1 |
929
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5630<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1828
ORDER BY `position` |
922
ms
|
1 |
Yes
|
|
/classes/Product.php:3523
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 257) LIMIT 1 |
921
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1855
ORDER BY `position` |
920
ms
|
1 |
Yes
|
|
/classes/Product.php:3523
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1835) AND (b.`id_shop` = 1) LIMIT 1 |
919
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5630<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1857) AND (b.`id_shop` = 1) LIMIT 1 |
919
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5630<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE domain, domain_ssl
FROM tm_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
918
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198<br>/classes/Tools.php:333<br>/classes/Link.php:66<br>/config/config.inc.php:285<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1858) AND (b.`id_shop` = 1) LIMIT 1 |
914
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5630<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 195 AND `id_shop` = 1 |
913
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1826
ORDER BY `position` |
910
ms
|
1 |
Yes
|
|
/classes/Product.php:3523
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1857) |
909
ms
|
1 |
|
|
/classes/Product.php:3835
/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 300 AND `id_shop` = 1 |
908
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 327 AND `id_shop` = 1 |
908
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1863
AND image_shop.`cover` = 1 LIMIT 1 |
907
ms
|
1 |
|
|
/classes/Product.php:3548
/classes/Product.php:5613<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 137) LIMIT 1 |
905
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
905
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4291<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1856
ORDER BY `position` |
903
ms
|
1 |
Yes
|
|
/classes/Product.php:3523
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 310) LIMIT 1 |
902
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, alias FROM `tm_hook_alias` |
901
ms
|
88 |
|
|
/classes/Hook.php:353
/classes/Hook.php:158<br>/classes/Hook.php:377<br>/classes/Hook.php:400<br>/classes/Hook.php:933<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1854
ORDER BY `position` |
900
ms
|
1 |
Yes
|
|
/classes/Product.php:3523
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1861) AND (b.`id_shop` = 1) LIMIT 1 |
898
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:713<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5630<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1820) |
896
ms
|
1 |
|
|
/classes/Product.php:3835
/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cb.`id_iqit_link_block`
FROM tm_iqit_link_block cb
INNER JOIN tm_iqit_link_block_shop cs ON (cb.`id_iqit_link_block` = cs.`id_iqit_link_block`)
WHERE `id_hook` = 41
AND cs.`id_shop` = 1
ORDER BY cb.position ASC |
896
ms
|
3 |
Yes
|
|
/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:174
/modules/iqitlinksmanager/iqitlinksmanager.php:131<br>/modules/iqitlinksmanager/iqitlinksmanager.php:117<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/79/c6/5c/79c65ce255bd4285e257cf30b2920efcfadfe3ad_2.file.footer-2.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/79/c6/5c/79c65ce255bd4285e257cf30b2920efcfadfe3ad_2.file.footer-2.tpl.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_template.php:385<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/27/d1/02/27d102cd45902fc97436406e4156d43db45d0fe3_2.file.footer.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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:515<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 82) LIMIT 1 |
895
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 309 AND `id_shop` = 1 |
894
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1823
AND image_shop.`cover` = 1 LIMIT 1 |
891
ms
|
1 |
|
|
/classes/Product.php:3548
/classes/Product.php:5613<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1824
ORDER BY `position` |
891
ms
|
1 |
Yes
|
|
/classes/Product.php:3523
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 191) LIMIT 1 |
890
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 173) LIMIT 1 |
889
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1818
AND image_shop.`cover` = 1 LIMIT 1 |
888
ms
|
1 |
|
|
/classes/Product.php:3548
/classes/Product.php:5613<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 123) LIMIT 1 |
887
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1857
ORDER BY `position` |
885
ms
|
1 |
Yes
|
|
/classes/Product.php:3523
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 337) LIMIT 1 |
885
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1833
ORDER BY `position` |
883
ms
|
1 |
Yes
|
|
/classes/Product.php:3523
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_iqitmenulinks, l.new_window, s.name, ll.link, ll.label
FROM tm_iqitmenulinks l
LEFT JOIN tm_iqitmenulinks_lang ll ON (l.id_iqitmenulinks = ll.id_iqitmenulinks AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN tm_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_iqitmenulinks = "3"
AND l.id_shop IN (0, 1) |
882
ms
|
1 |
|
|
/modules/iqitmegamenu/models/IqitMenuLinks.php:25
/modules/iqitmegamenu/models/IqitMenuLinks.php:30<br>/modules/iqitmegamenu/iqitmegamenu.php:3376<br>/modules/iqitmegamenu/iqitmegamenu.php:3200<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
882
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4291<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1820) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
881
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4286<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 247) LIMIT 1 |
879
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 138 AND `id_shop` = 1 |
878
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 72) LIMIT 1 |
878
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
877
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4291<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 174 AND `id_shop` = 1 |
876
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 260) LIMIT 1 |
874
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1832
AND image_shop.`cover` = 1 LIMIT 1 |
869
ms
|
1 |
|
|
/classes/Product.php:3548
/classes/Product.php:5613<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 175) LIMIT 1 |
867
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM tm_cms c
LEFT JOIN tm_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1 AND cl.id_shop = 1)
INNER JOIN tm_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (4) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position` |
865
ms
|
1 |
|
Yes
|
/classes/CMS.php:151
/modules/iqitmegamenu/iqitmegamenu.php:3306<br>/modules/iqitmegamenu/iqitmegamenu.php:3200<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1848
ORDER BY `position` |
865
ms
|
1 |
Yes
|
|
/classes/Product.php:3523
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 318) LIMIT 1 |
860
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 214) LIMIT 1 |
860
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_currency` c
INNER JOIN tm_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
860
ms
|
1 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669<br>/modules/ps_currencyselector/ps_currencyselector.php:111<br>/config/smartyfront.config.inc.php:133<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:142<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehouse/98/cb/9e/98cb9e3fbf4c879e219db3109049550b02a2da1b_2.module.iqitmegamenuviewstemplate.php:246<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouse/20/47/10/20471086401eb99f3dff6347c154f72663a6cb3d_2.module.iqitmegamenuviewstemplate.php:175<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDevTemplate.php:40<br>/classes/module/Module.php:2490<br>/modules/iqitmegamenu/iqitmegamenu.php:2583<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1832) |
859
ms
|
1 |
|
|
/classes/Product.php:3835
/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
858
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/controller/FrontController.php:1573<br>/classes/controller/FrontController.php:1710<br>/controllers/front/listing/CategoryController.php:267<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 317 AND `id_shop` = 1 |
851
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1825
AND image_shop.`cover` = 1 LIMIT 1 |
850
ms
|
1 |
|
|
/classes/Product.php:3548
/classes/Product.php:5613<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1824
AND image_shop.`cover` = 1 LIMIT 1 |
850
ms
|
1 |
|
|
/classes/Product.php:3548
/classes/Product.php:5613<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 317) LIMIT 1 |
846
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 324) LIMIT 1 |
844
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
842
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4291<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 327) LIMIT 1 |
841
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `tm_currency` c
LEFT JOIN tm_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1 |
837
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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 244) LIMIT 1 |
836
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1821
AND image_shop.`cover` = 1 LIMIT 1 |
835
ms
|
1 |
|
|
/classes/Product.php:3548
/classes/Product.php:5613<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `tm_lang` l
JOIN tm_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
835
ms
|
1 |
|
|
/classes/Language.php:1198
/classes/Language.php:1502<br>/classes/Dispatcher.php:548<br>/classes/Dispatcher.php:245<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 277) LIMIT 1 |
835
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_currency` a
LEFT JOIN `tm_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
835
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:701<br>/classes/controller/FrontController.php:384<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1858
AND image_shop.`cover` = 1 LIMIT 1 |
834
ms
|
1 |
|
|
/classes/Product.php:3548
/classes/Product.php:5613<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1828
AND image_shop.`cover` = 1 LIMIT 1 |
833
ms
|
1 |
|
|
/classes/Product.php:3548
/classes/Product.php:5613<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1854
AND image_shop.`cover` = 1 LIMIT 1 |
830
ms
|
1 |
|
|
/classes/Product.php:3548
/classes/Product.php:5613<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `tm_tax_rule` tr
JOIN `tm_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 0
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 |
829
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3927<br>/classes/Product.php:3690<br>/classes/Product.php:5683<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 116) LIMIT 1 |
828
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 429 AND `id_shop` = 1 |
827
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1857
AND image_shop.`cover` = 1 LIMIT 1 |
823
ms
|
1 |
|
|
/classes/Product.php:3548
/classes/Product.php:5613<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 330) LIMIT 1 |
821
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 106) AND (b.`id_shop` = 1) LIMIT 1 |
819
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/controllers/front/listing/CategoryController.php:211<br>:undefined<br>/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_iqitmenulinks, l.new_window, s.name, ll.link, ll.label
FROM tm_iqitmenulinks l
LEFT JOIN tm_iqitmenulinks_lang ll ON (l.id_iqitmenulinks = ll.id_iqitmenulinks AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN tm_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_iqitmenulinks = "4"
AND l.id_shop IN (0, 1) |
817
ms
|
1 |
|
|
/modules/iqitmegamenu/models/IqitMenuLinks.php:25
/modules/iqitmegamenu/models/IqitMenuLinks.php:30<br>/modules/iqitmegamenu/iqitmegamenu.php:3376<br>/modules/iqitmegamenu/iqitmegamenu.php:3200<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 152) LIMIT 1 |
813
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1855
AND image_shop.`cover` = 1 LIMIT 1 |
812
ms
|
1 |
|
|
/classes/Product.php:3548
/classes/Product.php:5613<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1861
AND image_shop.`cover` = 1 LIMIT 1 |
812
ms
|
1 |
|
|
/classes/Product.php:3548
/classes/Product.php:5613<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
812
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4291<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_cms` a
LEFT JOIN `tm_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) LIMIT 1 |
811
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78<br>/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:50<br>/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35<br>/modules/iqitlinksmanager/iqitlinksmanager.php:135<br>/modules/iqitlinksmanager/iqitlinksmanager.php:117<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 427 AND `id_shop` = 1 |
809
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1828) |
808
ms
|
1 |
|
|
/classes/Product.php:3835
/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 60) AND (b.`id_shop` = 1) LIMIT 1 |
808
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/controllers/front/listing/CategoryController.php:211<br>:undefined<br>/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 328 AND `id_shop` = 1 |
807
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 245) LIMIT 1 |
805
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 328) LIMIT 1 |
803
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 329) LIMIT 1 |
803
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 351) LIMIT 1 |
803
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1826
AND image_shop.`cover` = 1 LIMIT 1 |
801
ms
|
1 |
|
|
/classes/Product.php:3548
/classes/Product.php:5613<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1855) |
801
ms
|
1 |
|
|
/classes/Product.php:3835
/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 377) LIMIT 1 |
800
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1833
AND image_shop.`cover` = 1 LIMIT 1 |
800
ms
|
1 |
|
|
/classes/Product.php:3548
/classes/Product.php:5613<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM tm_revslider_sliders |
798
ms
|
1 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:214
/modules/revsliderprestashop/revsliderprestashop.php:582<br>/modules/revsliderprestashop/revsliderprestashop.php:334<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1848
AND image_shop.`cover` = 1 LIMIT 1 |
793
ms
|
1 |
|
|
/classes/Product.php:3548
/classes/Product.php:5613<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1831
AND image_shop.`cover` = 1 LIMIT 1 |
793
ms
|
1 |
|
|
/classes/Product.php:3548
/classes/Product.php:5613<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 332) LIMIT 1 |
791
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 380) LIMIT 1 |
788
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 124 AND `id_shop` = 1 |
787
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 381) LIMIT 1 |
787
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
786
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4291<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 329 AND `id_shop` = 1 |
785
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 94) LIMIT 1 |
783
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 394) LIMIT 1 |
781
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 136 AND `id_shop` = 1 |
781
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 96) LIMIT 1 |
781
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 390) LIMIT 1 |
781
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 316) LIMIT 1 |
780
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 313 AND `id_shop` = 1 |
780
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `tm_hook`
WHERE `id_hook` = 746 LIMIT 1 |
779
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM tm_cms c
LEFT JOIN tm_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1 AND cl.id_shop = 1)
INNER JOIN tm_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (4) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position` |
778
ms
|
1 |
|
Yes
|
/classes/CMS.php:151
/modules/iqitmegamenu/iqitmegamenu.php:3306<br>/modules/iqitmegamenu/iqitmegamenu.php:3422<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 388) LIMIT 1 |
776
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1849) |
776
ms
|
1 |
|
|
/classes/Product.php:3835
/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 406) LIMIT 1 |
771
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_cms_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1 |
771
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78<br>/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:50<br>/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35<br>/modules/iqitlinksmanager/iqitlinksmanager.php:135<br>/modules/iqitlinksmanager/iqitlinksmanager.php:117<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 373) LIMIT 1 |
770
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 236) LIMIT 1 |
770
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 310 AND `id_shop` = 1 |
770
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 344) LIMIT 1 |
769
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 276) LIMIT 1 |
769
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 84) LIMIT 1 |
768
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1 |
765
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78<br>/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:50<br>/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35<br>/modules/iqitlinksmanager/iqitlinksmanager.php:135<br>/modules/iqitlinksmanager/iqitlinksmanager.php:117<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/79/c6/5c/79c65ce255bd4285e257cf30b2920efcfadfe3ad_2.file.footer-2.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/79/c6/5c/79c65ce255bd4285e257cf30b2920efcfadfe3ad_2.file.footer-2.tpl.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_template.php:385<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/27/d1/02/27d102cd45902fc97436406e4156d43db45d0fe3_2.file.footer.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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:515<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 151) LIMIT 1 |
765
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM tm_cms c
LEFT JOIN tm_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1 AND cl.id_shop = 1)
INNER JOIN tm_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (7) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position` |
765
ms
|
1 |
|
Yes
|
/classes/CMS.php:151
/modules/iqitmegamenu/iqitmegamenu.php:3306<br>/modules/iqitmegamenu/iqitmegamenu.php:3200<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1863) |
765
ms
|
1 |
|
|
/classes/Product.php:3835
/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `tm_manufacturer`
WHERE `id_manufacturer` = 7
AND `active` = 1 LIMIT 1 |
764
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:251<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php:404<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:136<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:255<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
764
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4291<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 332 AND `id_shop` = 1 |
763
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 157) LIMIT 1 |
762
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 147 AND `id_shop` = 1 |
761
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 171) LIMIT 1 |
761
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 108) LIMIT 1 |
761
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1854) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
761
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4286<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM `tm_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
761
ms
|
1 |
|
|
/classes/shop/Shop.php:1171
/modules/ph_simpleblog/ph_simpleblog.php:130<br>:undefined<br>/src/Core/Foundation/IoC/Container.php:123<br>/src/Core/Foundation/IoC/Container.php:153<br>/src/Core/Foundation/IoC/Container.php:166<br>/src/Adapter/ServiceLocator.php:65<br>/classes/module/Module.php:1191<br>/tools/profiling/Module.php:35<br>/classes/module/Module.php:1170<br>/classes/Hook.php:921<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "ps_facetedsearch" LIMIT 1 |
760
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:85<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:108<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:250<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 432) LIMIT 1 |
760
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
760
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4291<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 287) LIMIT 1 |
759
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 72 AND `id_shop` = 1 |
758
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 133) LIMIT 1 |
758
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1847
AND image_shop.`cover` = 1 LIMIT 1 |
758
ms
|
1 |
|
|
/classes/Product.php:3548
/classes/Product.php:5613<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `tm_hook_module_exceptions`
WHERE `id_shop` IN (1) |
757
ms
|
1 |
|
|
/classes/module/Module.php:2237
/classes/Hook.php:889<br>/classes/Dispatcher.php:364<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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1848) |
757
ms
|
1 |
|
|
/classes/Product.php:3835
/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 148) LIMIT 1 |
756
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 395) LIMIT 1 |
755
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1823 |
755
ms
|
1 |
|
|
/classes/Product.php:2885
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 97) LIMIT 1 |
753
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1849
AND image_shop.`cover` = 1 LIMIT 1 |
752
ms
|
1 |
|
|
/classes/Product.php:3548
/classes/Product.php:5613<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `tm_lang` l
LEFT JOIN `tm_lang_shop` ls ON (l.id_lang = ls.id_lang) |
751
ms
|
1 |
|
|
/classes/Language.php:1049
/config/config.inc.php:155<br>/index.php:27
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1821) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
750
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4286<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_currency_lang`
WHERE `id_currency` = 1 |
750
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Currency.php:246<br>/classes/Currency.php:1079<br>/classes/Tools.php:701<br>/classes/controller/FrontController.php:384<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 264) LIMIT 1 |
750
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1818) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
749
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4286<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 63) LIMIT 1 |
749
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
748
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4291<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 107) LIMIT 1 |
748
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 379) LIMIT 1 |
747
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 135 AND `id_shop` = 1 |
746
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 73 AND `id_shop` = 1 |
745
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1831) |
745
ms
|
1 |
|
|
/classes/Product.php:3835
/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "iqitcontactpage" LIMIT 1 |
744
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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/79/c6/5c/79c65ce255bd4285e257cf30b2920efcfadfe3ad_2.file.footer-2.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/79/c6/5c/79c65ce255bd4285e257cf30b2920efcfadfe3ad_2.file.footer-2.tpl.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_template.php:385<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/27/d1/02/27d102cd45902fc97436406e4156d43db45d0fe3_2.file.footer.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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:515<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 74) LIMIT 1 |
743
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_cms` a
LEFT JOIN `tm_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) LIMIT 1 |
743
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78<br>/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:50<br>/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35<br>/modules/iqitlinksmanager/iqitlinksmanager.php:135<br>/modules/iqitlinksmanager/iqitlinksmanager.php:117<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/79/c6/5c/79c65ce255bd4285e257cf30b2920efcfadfe3ad_2.file.footer-2.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/79/c6/5c/79c65ce255bd4285e257cf30b2920efcfadfe3ad_2.file.footer-2.tpl.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_template.php:385<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/27/d1/02/27d102cd45902fc97436406e4156d43db45d0fe3_2.file.footer.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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:515<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1820 AND `id_group` = 1 LIMIT 1 |
743
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3965<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 393 AND `id_shop` = 1 |
742
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 316 AND `id_shop` = 1 |
742
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1824) |
742
ms
|
1 |
|
|
/classes/Product.php:3835
/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
741
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4291<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 162) LIMIT 1 |
741
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
741
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4291<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 322) LIMIT 1 |
740
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 333) LIMIT 1 |
739
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
739
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4291<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 277 AND `id_shop` = 1 |
739
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 326) LIMIT 1 |
738
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 259) LIMIT 1 |
738
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
737
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4291<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1821) |
737
ms
|
1 |
|
|
/classes/Product.php:3835
/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 340) LIMIT 1 |
736
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 93 AND `id_shop` = 1 |
736
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
735
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4291<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
734
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4291<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1858) |
732
ms
|
1 |
|
|
/classes/Product.php:3835
/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 65 LIMIT 1 |
730
ms
|
1 |
|
|
/classes/Category.php:1377
/classes/Product.php:5628<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 430 AND `id_shop` = 1 |
729
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`, `active`, `position`
FROM `tm_pscheckout_funding_source`
WHERE `id_shop` = 1 |
728
ms
|
1 |
|
|
/modules/ps_checkout/src/FundingSource/FundingSourceConfigurationRepository.php:85
/modules/ps_checkout/src/Builder/PayPalSdkLink/PayPalSdkLinkBuilder.php:165<br>/modules/ps_checkout/src/Builder/PayPalSdkLink/PayPalSdkLinkBuilder.php:143<br>/modules/ps_checkout/ps_checkout.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_country_lang`
WHERE `id_country` = 8 |
727
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/AddressFormat.php:404<br>/classes/AddressFormat.php:439<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 345) LIMIT 1 |
726
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 125) LIMIT 1 |
725
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 393) LIMIT 1 |
725
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1847) |
725
ms
|
1 |
|
|
/classes/Product.php:3835
/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 75 LIMIT 1 |
724
ms
|
1 |
|
|
/classes/Product.php:5629
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1817 AND id_shop=1 LIMIT 1 |
722
ms
|
1 |
|
|
/classes/Product.php:6766
/classes/Product.php:3900<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1823) |
722
ms
|
1 |
|
|
/classes/Product.php:3835
/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1835
AND image_shop.`cover` = 1 LIMIT 1 |
722
ms
|
1 |
|
|
/classes/Product.php:3548
/classes/Product.php:5613<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 387 AND `id_shop` = 1 |
721
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `iso_code`
FROM `tm_country`
WHERE `id_country` = 8 LIMIT 1 |
719
ms
|
1 |
|
|
/classes/Country.php:274
/src/Core/Addon/Module/ModuleManagerBuilder.php:260<br>/src/Core/Addon/Module/ModuleManagerBuilder.php:181<br>/src/Core/Addon/Module/ModuleManagerBuilder.php:92<br>/classes/Link.php:997<br>/src/Adapter/Image/ImageRetriever.php:289<br>/classes/controller/FrontController.php:1536<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE 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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1826) |
718
ms
|
1 |
|
|
/classes/Product.php:3835
/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 189) LIMIT 1 |
717
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 75 LIMIT 1 |
715
ms
|
1 |
|
|
/classes/Category.php:1377
/classes/Product.php:5628<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
715
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4291<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "ps_facebook" LIMIT 1 |
714
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:53<br>/var/cache/dev/Ps_facebookFrontContainer.php:313<br>/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:306<br>/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64<br>/modules/ps_facebook/ps_facebook.php:179<br>/modules/ps_facebook/ps_facebook.php:343<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 384) LIMIT 1 |
714
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 120 AND `id_shop` = 1 |
714
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 407) LIMIT 1 |
713
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 427) LIMIT 1 |
713
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_country` a
LEFT JOIN `tm_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
713
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/AddressFormat.php:404<br>/classes/AddressFormat.php:439<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_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 `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1856) |
713
ms
|
1 |
|
|
/classes/Product.php:3835
/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 385) LIMIT 1 |
712
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 273) LIMIT 1 |
711
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1835) |
711
ms
|
1 |
|
|
/classes/Product.php:3835
/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 375) LIMIT 1 |
710
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 106) LIMIT 1 |
709
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1823) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
708
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4286<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 300) LIMIT 1 |
708
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_iqitmenulinks, l.new_window, s.name, ll.link, ll.label
FROM tm_iqitmenulinks l
LEFT JOIN tm_iqitmenulinks_lang ll ON (l.id_iqitmenulinks = ll.id_iqitmenulinks AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN tm_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_iqitmenulinks = "5"
AND l.id_shop IN (0, 1) |
708
ms
|
1 |
|
|
/modules/iqitmegamenu/models/IqitMenuLinks.php:25
/modules/iqitmegamenu/models/IqitMenuLinks.php:30<br>/modules/iqitmegamenu/iqitmegamenu.php:3376<br>/modules/iqitmegamenu/iqitmegamenu.php:3422<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 163 AND `id_shop` = 1 |
707
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `need_identification_number`
FROM `tm_country`
WHERE `id_country` = 8 LIMIT 1 |
707
ms
|
1 |
|
|
/classes/Country.php:401
/classes/AddressFormat.php:638<br>/classes/AddressFormat.php:619<br>/classes/AddressFormat.php:563<br>/classes/AddressFormat.php:438<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM tm_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1 |
706
ms
|
1 |
|
|
/classes/Category.php:1736
/controllers/front/listing/CategoryController.php:101<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 342) LIMIT 1 |
705
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 234) LIMIT 1 |
705
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 434) LIMIT 1 |
705
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 100 LIMIT 1 |
705
ms
|
1 |
|
|
/classes/Category.php:1377
/classes/Product.php:5628<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE l.id_iqitmenulinks, l.new_window, s.name, ll.link, ll.label
FROM tm_iqitmenulinks l
LEFT JOIN tm_iqitmenulinks_lang ll ON (l.id_iqitmenulinks = ll.id_iqitmenulinks AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN tm_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_iqitmenulinks = "5"
AND l.id_shop IN (0, 1) |
704
ms
|
1 |
|
|
/modules/iqitmegamenu/models/IqitMenuLinks.php:25
/modules/iqitmegamenu/models/IqitMenuLinks.php:30<br>/modules/iqitmegamenu/iqitmegamenu.php:3376<br>/modules/iqitmegamenu/iqitmegamenu.php:3200<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 78) LIMIT 1 |
704
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 158) LIMIT 1 |
704
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 188) LIMIT 1 |
703
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1861 |
703
ms
|
1 |
|
|
/classes/Product.php:2885
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 122) LIMIT 1 |
702
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 429) LIMIT 1 |
701
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
700
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4291<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1833) |
700
ms
|
1 |
|
|
/classes/Product.php:3835
/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 315) LIMIT 1 |
700
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 448 AND `id_shop` = 1 |
700
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 110) LIMIT 1 |
700
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
700
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4291<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1825) |
698
ms
|
1 |
|
|
/classes/Product.php:3835
/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
697
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:3901<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1834) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
697
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4286<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 239) LIMIT 1 |
697
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 389) LIMIT 1 |
697
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 163) LIMIT 1 |
696
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 339) LIMIT 1 |
695
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 408) LIMIT 1 |
695
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 422) LIMIT 1 |
695
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1863) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
694
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4286<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
694
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4291<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 109) LIMIT 1 |
693
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 227) LIMIT 1 |
693
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 426) LIMIT 1 |
693
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 254) LIMIT 1 |
692
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 433 AND `id_shop` = 1 |
691
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 301) LIMIT 1 |
691
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1863 |
689
ms
|
1 |
|
|
/classes/Product.php:2885
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 297) LIMIT 1 |
689
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 186) LIMIT 1 |
689
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
689
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4291<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 256 AND `id_shop` = 1 |
689
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 400 AND `id_shop` = 1 |
689
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 347) LIMIT 1 |
688
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `tm_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
687
ms
|
8 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:165<br>/controllers/front/listing/CategoryController.php:234<br>/controllers/front/listing/CategoryController.php:216<br>:undefined<br>/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 422 AND `id_shop` = 1 |
687
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 265) LIMIT 1 |
686
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 243 AND `id_shop` = 1 |
686
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 79) LIMIT 1 |
686
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 407 AND `id_shop` = 1 |
686
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 464) LIMIT 1 |
685
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 196 AND `id_shop` = 1 |
685
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 410) LIMIT 1 |
684
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 77) LIMIT 1 |
683
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 271) LIMIT 1 |
683
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 161) LIMIT 1 |
683
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_hook` a
WHERE (a.`id_hook` = 41) LIMIT 1 |
683
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:33<br>/modules/iqitlinksmanager/iqitlinksmanager.php:135<br>/modules/iqitlinksmanager/iqitlinksmanager.php:117<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/79/c6/5c/79c65ce255bd4285e257cf30b2920efcfadfe3ad_2.file.footer-2.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/79/c6/5c/79c65ce255bd4285e257cf30b2920efcfadfe3ad_2.file.footer-2.tpl.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_template.php:385<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/27/d1/02/27d102cd45902fc97436406e4156d43db45d0fe3_2.file.footer.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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:515<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 377 AND `id_shop` = 1 |
683
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 134 LIMIT 1 |
682
ms
|
1 |
|
|
/classes/Product.php:5629
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 92) LIMIT 1 |
680
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 80) LIMIT 1 |
680
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "iqitmegamenu" LIMIT 1 |
679
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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 482) LIMIT 1 |
679
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1831) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
679
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4286<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
679
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:183<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 391) LIMIT 1 |
678
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 117 AND `id_shop` = 1 |
678
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_hook` a
WHERE (a.`id_hook` = 704) LIMIT 1 |
678
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:33<br>/modules/iqitlinksmanager/iqitlinksmanager.php:135<br>/modules/iqitlinksmanager/iqitlinksmanager.php:117<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 311 AND `id_shop` = 1 |
678
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 244 AND `id_shop` = 1 |
677
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 350) LIMIT 1 |
677
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
677
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:85<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/79/c6/5c/79c65ce255bd4285e257cf30b2920efcfadfe3ad_2.file.footer-2.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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/27/d1/02/27d102cd45902fc97436406e4156d43db45d0fe3_2.file.footer.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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:515<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
677
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4291<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 423) LIMIT 1 |
677
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 94 AND `id_shop` = 1 |
676
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 432 AND `id_shop` = 1 |
676
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
676
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4291<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 481 AND `id_shop` = 1 |
675
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 143) LIMIT 1 |
674
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_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` = 1861) |
674
ms
|
1 |
|
|
/classes/Product.php:3835
/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 83) LIMIT 1 |
674
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 402) LIMIT 1 |
673
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 248 AND `id_shop` = 1 |
673
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 387) LIMIT 1 |
673
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 233) LIMIT 1 |
671
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1821 |
671
ms
|
1 |
|
|
/classes/Product.php:2885
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 313) LIMIT 1 |
671
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`, `alias` FROM `tm_hook_alias` |
670
ms
|
88 |
|
|
/classes/Hook.php:301
/classes/Hook.php:332<br>/classes/Hook.php:742<br>/classes/Hook.php:815<br>/classes/Dispatcher.php:603<br>/classes/Dispatcher.php:256<br>/classes/Dispatcher.php:214<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 386) LIMIT 1 |
670
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 428) LIMIT 1 |
670
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 404) LIMIT 1 |
669
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
669
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4291<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1849 |
669
ms
|
1 |
|
|
/classes/Product.php:2885
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 286 AND `id_shop` = 1 |
669
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 119) LIMIT 1 |
669
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 477) LIMIT 1 |
669
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 409) LIMIT 1 |
669
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1825) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
669
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4286<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 349) LIMIT 1 |
668
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 70) LIMIT 1 |
668
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 150) LIMIT 1 |
668
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 239 AND `id_shop` = 1 |
667
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 256) LIMIT 1 |
667
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1824) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
666
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4286<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 241) LIMIT 1 |
665
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 419) LIMIT 1 |
665
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 403) LIMIT 1 |
664
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 482 AND `id_shop` = 1 |
664
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 272) LIMIT 1 |
664
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 415) LIMIT 1 |
663
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 117) LIMIT 1 |
663
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 259 AND `id_shop` = 1 |
662
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 255) LIMIT 1 |
662
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 201) LIMIT 1 |
662
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 381 AND `id_shop` = 1 |
660
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 321) LIMIT 1 |
660
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 343) LIMIT 1 |
660
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 448) LIMIT 1 |
659
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 383) LIMIT 1 |
659
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 468) LIMIT 1 |
658
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 61 AND `id_shop` = 1 LIMIT 1 |
658
ms
|
1 |
|
|
/classes/module/Module.php:2328
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:53<br>/var/cache/dev/Ps_facebookFrontContainer.php:313<br>/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:306<br>/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64<br>/modules/ps_facebook/ps_facebook.php:179<br>/modules/ps_facebook/ps_facebook.php:343<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 67) LIMIT 1 |
658
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 424) LIMIT 1 |
658
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 335) LIMIT 1 |
658
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 137 AND `id_shop` = 1 |
656
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 374) LIMIT 1 |
656
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 405) LIMIT 1 |
656
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 405 AND `id_shop` = 1 |
656
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 243) LIMIT 1 |
655
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 311) LIMIT 1 |
655
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1854 |
654
ms
|
1 |
|
|
/classes/Product.php:2885
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 380 AND `id_shop` = 1 |
654
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 449) LIMIT 1 |
654
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 148 LIMIT 1 |
654
ms
|
1 |
|
|
/classes/Product.php:5629
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 473) LIMIT 1 |
654
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 83 AND `id_shop` = 1 |
653
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 154 AND `id_shop` = 1 |
653
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 401) LIMIT 1 |
652
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 481) LIMIT 1 |
652
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 200) LIMIT 1 |
652
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 323) LIMIT 1 |
651
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 75) LIMIT 1 |
651
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 274) LIMIT 1 |
651
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 62) LIMIT 1 |
651
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1856) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
650
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4286<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1817 |
650
ms
|
1 |
|
|
/classes/Product.php:2885
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM tm_shop s
LEFT JOIN tm_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 |
650
ms
|
1 |
|
|
/classes/shop/Shop.php:205
/classes/shop/Shop.php:135<br>/classes/shop/Shop.php:415<br>/config/config.inc.php:129<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 390 AND `id_shop` = 1 |
650
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 413) LIMIT 1 |
648
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `tm_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
648
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>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `tm_group`
WHERE `id_group` = 1 LIMIT 1 |
648
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3970<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 141) LIMIT 1 |
648
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 460) LIMIT 1 |
648
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 283) LIMIT 1 |
647
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 298) LIMIT 1 |
646
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 249) LIMIT 1 |
646
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 283 AND `id_shop` = 1 |
646
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 92 AND `id_shop` = 1 |
646
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `tm_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
645
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Tools.php:708<br>/classes/controller/FrontController.php:384<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1855) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
645
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4286<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 440 AND `id_shop` = 1 |
644
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 76) LIMIT 1 |
644
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 210) LIMIT 1 |
642
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 99) LIMIT 1 |
642
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 88) LIMIT 1 |
642
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1847 |
642
ms
|
1 |
|
|
/classes/Product.php:2885
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 198 AND `id_shop` = 1 |
641
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 257 AND `id_shop` = 1 |
641
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 165) LIMIT 1 |
641
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1 |
641
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Product/Search.php:103<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:130<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 323 AND `id_shop` = 1 |
640
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 142 AND `id_shop` = 1 |
640
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 336) LIMIT 1 |
640
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 251) LIMIT 1 |
640
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 167) LIMIT 1 |
639
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1855 |
639
ms
|
1 |
|
|
/classes/Product.php:2885
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 238) LIMIT 1 |
639
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 324 AND `id_shop` = 1 |
638
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1824 |
638
ms
|
1 |
|
|
/classes/Product.php:2885
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 134) LIMIT 1 |
638
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 248) LIMIT 1 |
637
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 172 AND `id_shop` = 1 |
637
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 187) LIMIT 1 |
637
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 433) LIMIT 1 |
636
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
636
ms
|
1 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4291<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 425) LIMIT 1 |
636
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 190) LIMIT 1 |
636
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 128) LIMIT 1 |
635
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 250) LIMIT 1 |
635
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 203) LIMIT 1 |
635
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 470) LIMIT 1 |
635
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 288) LIMIT 1 |
634
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 98) LIMIT 1 |
634
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 220) LIMIT 1 |
633
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 485) LIMIT 1 |
633
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 341) LIMIT 1 |
633
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1817) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
632
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4286<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 260 AND `id_shop` = 1 |
632
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 162 AND `id_shop` = 1 |
632
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 221) LIMIT 1 |
632
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 153) LIMIT 1 |
631
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1849 AND `id_group` = 1 LIMIT 1 |
630
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3965<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 480) LIMIT 1 |
630
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 392) LIMIT 1 |
630
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 275 AND `id_shop` = 1 |
630
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 339 AND `id_shop` = 1 |
630
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 169) LIMIT 1 |
630
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1833) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
630
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4286<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `tm_currency` c ORDER BY `iso_code` ASC |
629
ms
|
1 |
Yes
|
|
/classes/Currency.php:709
/src/Adapter/Currency/CurrencyDataProvider.php:84<br>/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 265 AND `id_shop` = 1 |
629
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 208) LIMIT 1 |
629
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 124) LIMIT 1 |
628
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 467 AND `id_shop` = 1 |
628
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 331 AND `id_shop` = 1 |
628
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 106 AND `id_shop` = 1 |
628
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 254 AND `id_shop` = 1 |
627
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 261 AND `id_shop` = 1 |
627
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 96 AND `id_shop` = 1 |
626
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 191 AND `id_shop` = 1 |
626
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1858 |
626
ms
|
1 |
|
|
/classes/Product.php:2885
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 113) LIMIT 1 |
625
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 423 AND `id_shop` = 1 |
625
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 247 AND `id_shop` = 1 |
625
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 121) LIMIT 1 |
625
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1848 AND id_shop=1 LIMIT 1 |
624
ms
|
1 |
|
|
/classes/Product.php:6766
/classes/Product.php:3900<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 414) LIMIT 1 |
624
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 217) LIMIT 1 |
624
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 420) LIMIT 1 |
623
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 69) LIMIT 1 |
623
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 401 AND `id_shop` = 1 |
623
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 161 AND `id_shop` = 1 |
623
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_iqit_link_block_lang`
WHERE `id_iqit_link_block` = 3 |
622
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitlinksmanager/src/IqitLinkBlock.php:43<br>/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:178<br>/modules/iqitlinksmanager/iqitlinksmanager.php:131<br>/modules/iqitlinksmanager/iqitlinksmanager.php:117<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/79/c6/5c/79c65ce255bd4285e257cf30b2920efcfadfe3ad_2.file.footer-2.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/79/c6/5c/79c65ce255bd4285e257cf30b2920efcfadfe3ad_2.file.footer-2.tpl.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_template.php:385<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/27/d1/02/27d102cd45902fc97436406e4156d43db45d0fe3_2.file.footer.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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:515<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 116 AND `id_shop` = 1 |
621
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 123 AND `id_shop` = 1 |
621
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 443) LIMIT 1 |
621
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 215) LIMIT 1 |
620
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 101) LIMIT 1 |
620
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 149) LIMIT 1 |
620
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 334 AND `id_shop` = 1 |
619
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1834 |
619
ms
|
1 |
|
|
/classes/Product.php:2885
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1828 |
619
ms
|
1 |
|
|
/classes/Product.php:2885
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1858) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
619
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4286<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_lang` a
LEFT JOIN `tm_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
618
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/config/config.inc.php:223<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 66 AND `id_shop` = 1 |
617
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 373 AND `id_shop` = 1 |
617
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 389 AND `id_shop` = 1 |
617
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 385 AND `id_shop` = 1 |
617
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 314) LIMIT 1 |
617
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 411) LIMIT 1 |
616
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1847) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
616
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4286<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 452) LIMIT 1 |
616
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 378) LIMIT 1 |
616
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1856 |
616
ms
|
1 |
|
|
/classes/Product.php:2885
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1818 AND `id_group` = 1 LIMIT 1 |
616
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3965<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 152 AND `id_shop` = 1 |
615
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 148 AND `id_shop` = 1 |
615
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 202) LIMIT 1 |
615
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
615
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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 109 AND `id_shop` = 1 |
615
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 484 AND `id_shop` = 1 |
615
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 331) LIMIT 1 |
615
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 382) LIMIT 1 |
615
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 87) LIMIT 1 |
614
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 118 AND `id_shop` = 1 |
614
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 171 AND `id_shop` = 1 |
614
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 436) LIMIT 1 |
614
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 165 AND `id_shop` = 1 |
613
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 182) LIMIT 1 |
613
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 130) LIMIT 1 |
613
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 63 AND `id_shop` = 1 |
613
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1832 |
612
ms
|
1 |
|
|
/classes/Product.php:2885
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 326 AND `id_shop` = 1 |
612
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 216) LIMIT 1 |
612
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 166) LIMIT 1 |
612
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 185) LIMIT 1 |
611
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 475 AND `id_shop` = 1 |
611
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 133 AND `id_shop` = 1 |
611
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 309) LIMIT 1 |
610
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1861) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
610
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4286<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 184) LIMIT 1 |
610
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 170 AND `id_shop` = 1 |
610
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 479) LIMIT 1 |
609
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 408 AND `id_shop` = 1 |
609
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 222) LIMIT 1 |
609
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 115) LIMIT 1 |
608
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 125 AND `id_shop` = 1 |
607
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 209) LIMIT 1 |
607
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 303 AND `id_shop` = 1 |
607
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 125 LIMIT 1 |
607
ms
|
1 |
|
|
/classes/Category.php:1377
/classes/Product.php:5628<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1849) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
607
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4286<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 349 AND `id_shop` = 1 |
607
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_iqit_link_block_lang`
WHERE `id_iqit_link_block` = 1 |
606
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitlinksmanager/src/IqitLinkBlock.php:43<br>/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:178<br>/modules/iqitlinksmanager/iqitlinksmanager.php:131<br>/modules/iqitlinksmanager/iqitlinksmanager.php:117<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/79/c6/5c/79c65ce255bd4285e257cf30b2920efcfadfe3ad_2.file.footer-2.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/79/c6/5c/79c65ce255bd4285e257cf30b2920efcfadfe3ad_2.file.footer-2.tpl.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_template.php:385<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/27/d1/02/27d102cd45902fc97436406e4156d43db45d0fe3_2.file.footer.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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:515<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 334) LIMIT 1 |
606
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 440) LIMIT 1 |
606
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 483) LIMIT 1 |
605
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1820 |
604
ms
|
1 |
|
|
/classes/Product.php:2885
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 178) LIMIT 1 |
604
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 237) LIMIT 1 |
603
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 242) LIMIT 1 |
603
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 315 AND `id_shop` = 1 |
603
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 263) LIMIT 1 |
602
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 426 AND `id_shop` = 1 |
602
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 302) LIMIT 1 |
602
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1857 |
602
ms
|
1 |
|
|
/classes/Product.php:2885
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1835 |
601
ms
|
1 |
|
|
/classes/Product.php:2885
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 129) LIMIT 1 |
601
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 164 AND `id_shop` = 1 |
601
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 223) LIMIT 1 |
601
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1835 AND `id_group` = 1 LIMIT 1 |
601
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3965<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 312) LIMIT 1 |
601
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1824 AND `id_group` = 1 LIMIT 1 |
601
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3965<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 465 AND `id_shop` = 1 |
600
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 97 AND `id_shop` = 1 |
600
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 169 AND `id_shop` = 1 |
600
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "iqitlinksmanager" LIMIT 1 |
599
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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 268) LIMIT 1 |
599
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 376) LIMIT 1 |
599
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 197) LIMIT 1 |
599
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 142) LIMIT 1 |
598
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 141 AND `id_shop` = 1 |
598
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1833 AND `id_group` = 1 LIMIT 1 |
598
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3965<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 226) LIMIT 1 |
597
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 464 AND `id_shop` = 1 |
597
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 402 AND `id_shop` = 1 |
597
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1833 |
596
ms
|
1 |
|
|
/classes/Product.php:2885
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 211) LIMIT 1 |
596
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
595
ms
|
0 |
|
|
/classes/module/Module.php:2328
/classes/controller/FrontController.php:1573<br>/classes/controller/FrontController.php:1710<br>/controllers/front/listing/CategoryController.php:267<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 306 AND `id_shop` = 1 |
595
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 409 AND `id_shop` = 1 |
595
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 345 AND `id_shop` = 1 |
595
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 404 AND `id_shop` = 1 |
594
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 403 AND `id_shop` = 1 |
594
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 235) LIMIT 1 |
593
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 344 AND `id_shop` = 1 |
593
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 386 AND `id_shop` = 1 |
593
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 170) LIMIT 1 |
592
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1826) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
592
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4286<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `tm_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
592
ms
|
1 |
|
|
/classes/Language.php:853
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 273 AND `id_shop` = 1 |
591
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 230) LIMIT 1 |
591
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 219) LIMIT 1 |
590
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 296) LIMIT 1 |
590
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 441) LIMIT 1 |
590
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 299) LIMIT 1 |
590
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 271 AND `id_shop` = 1 |
590
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 469 AND `id_shop` = 1 |
590
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `tm_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
589
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Group.php:400<br>/classes/Cart.php:248<br>/classes/Cart.php:221<br>/classes/controller/FrontController.php:443<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 240) LIMIT 1 |
589
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 347 AND `id_shop` = 1 |
589
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 212 AND `id_shop` = 1 |
589
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 200 AND `id_shop` = 1 |
589
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 99 LIMIT 1 |
588
ms
|
1 |
|
|
/classes/Product.php:5629
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 394 AND `id_shop` = 1 |
588
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1832) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
588
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4286<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 415 AND `id_shop` = 1 |
588
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 112) LIMIT 1 |
588
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 416) LIMIT 1 |
586
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 307) LIMIT 1 |
586
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 255 AND `id_shop` = 1 |
586
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 187 AND `id_shop` = 1 |
586
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1828) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
585
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4286<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 74 AND `id_shop` = 1 |
585
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1857) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
585
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4286<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 477 AND `id_shop` = 1 |
584
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 454) LIMIT 1 |
584
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 379 AND `id_shop` = 1 |
584
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 425 AND `id_shop` = 1 |
584
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 127) LIMIT 1 |
584
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 64) LIMIT 1 |
584
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 294) LIMIT 1 |
583
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 205) LIMIT 1 |
583
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 131) LIMIT 1 |
583
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 447) LIMIT 1 |
582
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 466) LIMIT 1 |
582
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1817 AND `id_group` = 1 LIMIT 1 |
582
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3965<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 475) LIMIT 1 |
581
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_tax_lang`
WHERE `id_tax` = 1 |
581
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/tax/TaxRulesTaxManager.php:116<br>/classes/Product.php:3901<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 102) LIMIT 1 |
581
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 212) LIMIT 1 |
581
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 216 AND `id_shop` = 1 |
580
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 82 AND `id_shop` = 1 |
580
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 190 AND `id_shop` = 1 |
580
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 461) LIMIT 1 |
580
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 346) LIMIT 1 |
580
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 225) LIMIT 1 |
580
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 462) LIMIT 1 |
579
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 293) LIMIT 1 |
579
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 179) LIMIT 1 |
579
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 434 AND `id_shop` = 1 |
578
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 164) LIMIT 1 |
578
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 278 AND `id_shop` = 1 |
578
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1831 |
578
ms
|
1 |
|
|
/classes/Product.php:2885
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 479 AND `id_shop` = 1 |
578
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 424 AND `id_shop` = 1 |
578
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 292) LIMIT 1 |
577
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 284) LIMIT 1 |
577
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 469) LIMIT 1 |
577
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 348) LIMIT 1 |
577
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 252) LIMIT 1 |
577
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 224) LIMIT 1 |
577
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 132) LIMIT 1 |
576
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 86 LIMIT 1 |
576
ms
|
1 |
|
|
/classes/Category.php:1377
/classes/Product.php:5628<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1848) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
576
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4286<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 289) LIMIT 1 |
575
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 69 AND `id_shop` = 1 |
575
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 456 AND `id_shop` = 1 |
575
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1826 AND `id_group` = 1 LIMIT 1 |
574
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3965<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 84 AND `id_shop` = 1 |
574
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 118) LIMIT 1 |
574
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 302 AND `id_shop` = 1 |
573
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 388 AND `id_shop` = 1 |
572
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 180) LIMIT 1 |
572
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1825 |
572
ms
|
1 |
|
|
/classes/Product.php:2885
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 412) LIMIT 1 |
572
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 319) LIMIT 1 |
572
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 322 AND `id_shop` = 1 |
572
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 71) LIMIT 1 |
571
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 439) LIMIT 1 |
571
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 140) LIMIT 1 |
571
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 304) LIMIT 1 |
571
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 253) LIMIT 1 |
571
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 457) LIMIT 1 |
571
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1835) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
571
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4286<br>/classes/Product.php:5754<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM tm_cms c
LEFT JOIN tm_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 1 AND cl.id_shop = 1)
INNER JOIN tm_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (6) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position` |
571
ms
|
1 |
|
Yes
|
/classes/CMS.php:151
/modules/iqitmegamenu/iqitmegamenu.php:3306<br>/modules/iqitmegamenu/iqitmegamenu.php:3200<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 160) LIMIT 1 |
570
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 77 AND `id_shop` = 1 LIMIT 1 |
570
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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 159) LIMIT 1 |
570
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 158 AND `id_shop` = 1 |
570
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 264 AND `id_shop` = 1 |
570
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 229) LIMIT 1 |
569
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 189 AND `id_shop` = 1 |
569
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 213) LIMIT 1 |
569
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 95) LIMIT 1 |
569
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 78 AND `id_shop` = 1 |
569
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 442 AND `id_shop` = 1 |
568
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 110 AND `id_shop` = 1 |
568
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 159 AND `id_shop` = 1 |
568
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 417) LIMIT 1 |
568
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 305 AND `id_shop` = 1 |
567
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 459) LIMIT 1 |
567
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 157 AND `id_shop` = 1 |
567
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 378 AND `id_shop` = 1 |
567
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1855 AND id_shop=1 LIMIT 1 |
567
ms
|
1 |
|
|
/classes/Product.php:6766
/classes/Product.php:3900<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 449 AND `id_shop` = 1 |
567
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 428 AND `id_shop` = 1 |
566
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 79 AND `id_shop` = 1 |
566
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 197 AND `id_shop` = 1 |
566
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 285) LIMIT 1 |
565
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 269) LIMIT 1 |
565
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 455) LIMIT 1 |
565
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 234 AND `id_shop` = 1 |
565
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 148 LIMIT 1 |
565
ms
|
1 |
|
|
/classes/Product.php:5629
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 410 AND `id_shop` = 1 |
565
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 320) LIMIT 1 |
564
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 384 AND `id_shop` = 1 |
564
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 207) LIMIT 1 |
564
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 444) LIMIT 1 |
564
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1848 |
563
ms
|
1 |
|
|
/classes/Product.php:2885
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 266) LIMIT 1 |
563
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 435) LIMIT 1 |
563
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 134 AND `id_shop` = 1 |
563
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 442) LIMIT 1 |
563
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 398) LIMIT 1 |
563
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 151 AND `id_shop` = 1 |
563
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 276 AND `id_shop` = 1 |
563
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 270) LIMIT 1 |
562
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 291) LIMIT 1 |
562
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 232) LIMIT 1 |
562
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 226 AND `id_shop` = 1 |
562
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 85) LIMIT 1 |
561
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 406 AND `id_shop` = 1 |
561
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 453) LIMIT 1 |
561
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1855 AND `id_group` = 1 LIMIT 1 |
561
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3965<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 330 AND `id_shop` = 1 |
561
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 114) LIMIT 1 |
560
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 100) LIMIT 1 |
560
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 340 AND `id_shop` = 1 |
560
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 438) LIMIT 1 |
560
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 418) LIMIT 1 |
560
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 295 AND `id_shop` = 1 |
560
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 61 AND `id_shop` = 1 |
560
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1832 AND `id_group` = 1 LIMIT 1 |
559
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3965<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 471 AND `id_shop` = 1 |
559
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 61) LIMIT 1 |
559
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 346 AND `id_shop` = 1 |
558
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 308 AND `id_shop` = 1 |
558
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 466 AND `id_shop` = 1 |
558
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 208 AND `id_shop` = 1 |
558
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 206) LIMIT 1 |
557
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 286) LIMIT 1 |
555
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 303) LIMIT 1 |
555
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 139) LIMIT 1 |
555
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 398 AND `id_shop` = 1 |
555
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 176) LIMIT 1 |
555
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1826 |
555
ms
|
1 |
|
|
/classes/Product.php:2885
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:657<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 60) LIMIT 1 |
555
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 91) LIMIT 1 |
555
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 352) LIMIT 1 |
555
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 421 AND `id_shop` = 1 |
554
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 188 AND `id_shop` = 1 |
554
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 186 AND `id_shop` = 1 |
554
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 437) LIMIT 1 |
554
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 215 AND `id_shop` = 1 |
554
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 306) LIMIT 1 |
554
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 267) LIMIT 1 |
553
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 199 AND `id_shop` = 1 |
553
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 419 AND `id_shop` = 1 |
553
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 183 AND `id_shop` = 1 |
553
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 198) LIMIT 1 |
552
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 298 AND `id_shop` = 1 |
552
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 297 AND `id_shop` = 1 |
552
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 132 AND `id_shop` = 1 |
551
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 183) LIMIT 1 |
551
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 204) LIMIT 1 |
551
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`, `active`, `position`
FROM `tm_pscheckout_funding_source`
WHERE `id_shop` = 1 |
550
ms
|
1 |
|
|
/modules/ps_checkout/src/FundingSource/FundingSourceConfigurationRepository.php:85
/modules/ps_checkout/src/FundingSource/FundingSourceConfigurationRepository.php:58<br>/modules/ps_checkout/src/Builder/PayPalSdkLink/PayPalSdkLinkBuilder.php:221<br>/modules/ps_checkout/src/Builder/PayPalSdkLink/PayPalSdkLinkBuilder.php:149<br>/modules/ps_checkout/ps_checkout.php:1658<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 463) LIMIT 1 |
550
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1831 AND `id_group` = 1 LIMIT 1 |
550
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3965<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 400) LIMIT 1 |
550
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 87 AND `id_shop` = 1 |
550
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1828 AND `id_group` = 1 LIMIT 1 |
550
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3965<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 99 AND `id_shop` = 1 |
550
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 130 AND `id_shop` = 1 |
549
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 275) LIMIT 1 |
549
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 219 AND `id_shop` = 1 |
549
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 176 AND `id_shop` = 1 |
549
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 242 AND `id_shop` = 1 |
549
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 220 AND `id_shop` = 1 |
549
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 471) LIMIT 1 |
548
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 121 AND `id_shop` = 1 |
548
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 451) LIMIT 1 |
548
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 125 LIMIT 1 |
548
ms
|
1 |
|
|
/classes/Product.php:5629
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 299 AND `id_shop` = 1 |
547
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 290) LIMIT 1 |
547
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 467) LIMIT 1 |
547
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 476) LIMIT 1 |
547
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 168) LIMIT 1 |
547
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 249 AND `id_shop` = 1 |
547
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 348 AND `id_shop` = 1 |
547
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 308) LIMIT 1 |
547
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 181) LIMIT 1 |
546
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "ps_accounts" LIMIT 1 |
546
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:198
/src/Adapter/Module/ModuleDataProvider.php:185<br>/src/Core/Addon/Module/ModuleManager.php:592<br>/modules/ps_metrics/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:83<br>/modules/ps_metrics/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:44<br>/modules/ps_metrics/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:62<br>/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:63<br>/var/cache/dev/Ps_facebookFrontContainer.php:313<br>/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:306<br>/modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64<br>/modules/ps_facebook/ps_facebook.php:179<br>/modules/ps_facebook/ps_facebook.php:343<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:431<br>/classes/Hook.php:944<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 122 AND `id_shop` = 1 |
545
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 71 AND `id_shop` = 1 |
545
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 458) LIMIT 1 |
545
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 221 AND `id_shop` = 1 |
545
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 68) LIMIT 1 |
545
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1848 AND `id_group` = 1 LIMIT 1 |
544
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3965<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 353) LIMIT 1 |
544
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 86) LIMIT 1 |
544
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 147) LIMIT 1 |
544
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 270 AND `id_shop` = 1 |
543
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 444 AND `id_shop` = 1 |
543
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1863 AND `id_group` = 1 LIMIT 1 |
543
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3965<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 314 AND `id_shop` = 1 |
543
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 336 AND `id_shop` = 1 |
543
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 343 AND `id_shop` = 1 |
543
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 64 AND `id_shop` = 1 LIMIT 1 |
543
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:85<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:108<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php:250<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 99 LIMIT 1 |
542
ms
|
1 |
|
|
/classes/Category.php:1377
/classes/Product.php:5628<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 148 LIMIT 1 |
542
ms
|
1 |
|
|
/classes/Category.php:1377
/classes/Product.php:5628<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 296 AND `id_shop` = 1 |
542
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 478) LIMIT 1 |
542
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 450) LIMIT 1 |
542
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 391 AND `id_shop` = 1 |
542
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 144) LIMIT 1 |
541
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 155) LIMIT 1 |
541
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 201 AND `id_shop` = 1 |
541
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 382 AND `id_shop` = 1 |
540
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 177) LIMIT 1 |
540
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_iqit_link_block` a
WHERE (a.`id_iqit_link_block` = 3) LIMIT 1 |
540
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitlinksmanager/src/IqitLinkBlock.php:43<br>/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:178<br>/modules/iqitlinksmanager/iqitlinksmanager.php:131<br>/modules/iqitlinksmanager/iqitlinksmanager.php:117<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/79/c6/5c/79c65ce255bd4285e257cf30b2920efcfadfe3ad_2.file.footer-2.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/79/c6/5c/79c65ce255bd4285e257cf30b2920efcfadfe3ad_2.file.footer-2.tpl.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_template.php:385<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/27/d1/02/27d102cd45902fc97436406e4156d43db45d0fe3_2.file.footer.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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:515<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 166 AND `id_shop` = 1 |
540
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 240 AND `id_shop` = 1 |
540
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
540
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:129<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 262) LIMIT 1 |
540
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 420 AND `id_shop` = 1 |
540
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 68 AND `id_shop` = 1 |
539
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 295) LIMIT 1 |
539
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 447 AND `id_shop` = 1 |
538
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 399) LIMIT 1 |
538
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 472) LIMIT 1 |
538
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 293 AND `id_shop` = 1 |
538
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 418 AND `id_shop` = 1 |
537
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 204 AND `id_shop` = 1 |
537
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 60 AND `id_shop` = 1 |
537
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 156) LIMIT 1 |
537
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 153 AND `id_shop` = 1 |
537
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 80 AND `id_shop` = 1 |
537
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 421) LIMIT 1 |
536
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1 |
536
ms
|
1 |
|
|
/classes/Product.php:5629
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 168 AND `id_shop` = 1 |
536
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 154) LIMIT 1 |
536
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 218 AND `id_shop` = 1 |
536
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 399 AND `id_shop` = 1 |
535
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 90) LIMIT 1 |
535
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 414 AND `id_shop` = 1 |
534
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 312 AND `id_shop` = 1 |
534
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 126) LIMIT 1 |
534
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 251 AND `id_shop` = 1 |
534
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 454 AND `id_shop` = 1 |
534
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 376 AND `id_shop` = 1 |
534
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 155 AND `id_shop` = 1 |
534
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1861 AND `id_group` = 1 LIMIT 1 |
533
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3965<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1858 AND `id_group` = 1 LIMIT 1 |
532
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3965<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 111) LIMIT 1 |
532
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 207 AND `id_shop` = 1 |
532
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 167 AND `id_shop` = 1 |
532
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 102 AND `id_shop` = 1 |
532
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 473 AND `id_shop` = 1 |
531
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 144 AND `id_shop` = 1 |
531
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 65) LIMIT 1 |
531
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 459 AND `id_shop` = 1 |
530
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 126 AND `id_shop` = 1 |
530
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 218) LIMIT 1 |
530
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 233 AND `id_shop` = 1 |
529
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 258) LIMIT 1 |
529
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `tm_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
529
ms
|
1 |
|
|
/classes/Language.php:853
/src/Adapter/Currency/CurrencyDataProvider.php:112<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 258 AND `id_shop` = 1 |
528
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1818 AND id_shop=1 LIMIT 1 |
528
ms
|
1 |
|
|
/classes/Product.php:6766
/classes/Product.php:3900<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 465) LIMIT 1 |
528
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 77 AND `id_shop` = 1 |
527
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 203 AND `id_shop` = 1 |
527
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 62 AND `id_shop` = 1 |
526
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 238 AND `id_shop` = 1 |
526
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 305) LIMIT 1 |
526
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 436 AND `id_shop` = 1 |
525
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 342 AND `id_shop` = 1 |
525
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1823 AND `id_group` = 1 LIMIT 1 |
524
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3965<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 472 AND `id_shop` = 1 |
524
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 150 AND `id_shop` = 1 |
523
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 291 AND `id_shop` = 1 |
523
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 431) LIMIT 1 |
522
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 445) LIMIT 1 |
522
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 266 AND `id_shop` = 1 |
522
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 485 AND `id_shop` = 1 |
521
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 235 AND `id_shop` = 1 |
521
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 253 AND `id_shop` = 1 |
520
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 131 AND `id_shop` = 1 |
520
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 292 AND `id_shop` = 1 |
519
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1856 AND `id_group` = 1 LIMIT 1 |
519
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3965<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 112 AND `id_shop` = 1 |
519
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 147 LIMIT 1 |
518
ms
|
1 |
|
|
/classes/Category.php:1377
/classes/Product.php:5628<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 455 AND `id_shop` = 1 |
518
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `tm_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
518
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92<br>/src/Adapter/Currency/CurrencyDataProvider.php:114<br>/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102<br>/src/Core/Data/Layer/AbstractDataLayer.php:91<br>/src/Core/Data/Layer/AbstractDataLayer.php:150<br>/src/Core/Data/Layer/AbstractDataLayer.php:95<br>/src/Core/Localization/Currency/CurrencyDataSource.php:67<br>/src/Core/Localization/Currency/CurrencyDataSource.php:109<br>/src/Core/Localization/Currency/CurrencyDataSource.php:96<br>/src/Core/Localization/Currency/Repository.php:87<br>/src/Core/Localization/Locale/Repository.php:207<br>/src/Core/Localization/Locale/Repository.php:150<br>/classes/controller/Controller.php:196<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 274 AND `id_shop` = 1 |
518
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 480 AND `id_shop` = 1 |
518
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 95 AND `id_shop` = 1 |
518
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 392 AND `id_shop` = 1 |
518
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 127 LIMIT 1 |
518
ms
|
1 |
|
|
/classes/Category.php:1377
/classes/Product.php:5628<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 446) LIMIT 1 |
518
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 65 LIMIT 1 |
517
ms
|
1 |
|
|
/classes/Product.php:5629
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 181 AND `id_shop` = 1 |
517
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 439 AND `id_shop` = 1 |
516
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 89) LIMIT 1 |
516
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 435 AND `id_shop` = 1 |
516
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 149 AND `id_shop` = 1 |
516
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 146 AND `id_shop` = 1 |
515
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 127 AND `id_shop` = 1 |
515
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 101 AND `id_shop` = 1 |
515
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 70 AND `id_shop` = 1 |
515
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 210 AND `id_shop` = 1 |
515
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 120) LIMIT 1 |
515
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 250 AND `id_shop` = 1 |
514
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 217 AND `id_shop` = 1 |
514
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1854 AND `id_group` = 1 LIMIT 1 |
514
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3965<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 148 LIMIT 1 |
512
ms
|
1 |
|
|
/classes/Product.php:5629
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 413 AND `id_shop` = 1 |
512
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 86 AND `id_shop` = 1 |
511
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 267 AND `id_shop` = 1 |
511
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 456) LIMIT 1 |
511
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 319 AND `id_shop` = 1 |
511
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1821 AND `id_group` = 1 LIMIT 1 |
511
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3965<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 111 AND `id_shop` = 1 |
511
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 272 AND `id_shop` = 1 |
510
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 134 LIMIT 1 |
510
ms
|
1 |
|
|
/classes/Category.php:1377
/classes/Product.php:5628<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 452 AND `id_shop` = 1 |
510
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 468 AND `id_shop` = 1 |
510
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 318 AND `id_shop` = 1 |
510
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 229 AND `id_shop` = 1 |
509
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 241 AND `id_shop` = 1 |
509
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1847 AND `id_group` = 1 LIMIT 1 |
508
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3965<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 100 AND `id_shop` = 1 |
508
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 352 AND `id_shop` = 1 |
507
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 119 AND `id_shop` = 1 |
507
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 202 AND `id_shop` = 1 |
506
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 109 LIMIT 1 |
506
ms
|
1 |
|
|
/classes/Category.php:1377
/classes/Product.php:5628<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 67 AND `id_shop` = 1 |
506
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 228 AND `id_shop` = 1 |
506
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 307 AND `id_shop` = 1 |
505
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 333 AND `id_shop` = 1 |
505
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `tm_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
505
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/config/config.inc.php:228<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 417 AND `id_shop` = 1 |
504
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 353 AND `id_shop` = 1 |
504
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 441 AND `id_shop` = 1 |
504
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 236 AND `id_shop` = 1 |
504
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 211 AND `id_shop` = 1 |
502
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 476 AND `id_shop` = 1 |
502
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 450 AND `id_shop` = 1 |
501
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 470 AND `id_shop` = 1 |
501
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 383 AND `id_shop` = 1 |
501
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 140 AND `id_shop` = 1 |
501
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 453 AND `id_shop` = 1 |
500
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 375 AND `id_shop` = 1 |
500
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 290 AND `id_shop` = 1 |
500
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 214 AND `id_shop` = 1 |
499
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 185 AND `id_shop` = 1 |
499
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 78 AND `id_shop` = 1 LIMIT 1 |
499
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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 100 LIMIT 1 |
498
ms
|
1 |
|
|
/classes/Product.php:5629
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 146) LIMIT 1 |
498
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 223 AND `id_shop` = 1 |
498
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 460 AND `id_shop` = 1 |
498
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 412 AND `id_shop` = 1 |
498
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 252 AND `id_shop` = 1 |
497
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1825 AND `id_group` = 1 LIMIT 1 |
496
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3965<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 237 AND `id_shop` = 1 |
496
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_iqit_link_block` a
WHERE (a.`id_iqit_link_block` = 1) LIMIT 1 |
496
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitlinksmanager/src/IqitLinkBlock.php:43<br>/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:178<br>/modules/iqitlinksmanager/iqitlinksmanager.php:131<br>/modules/iqitlinksmanager/iqitlinksmanager.php:117<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/79/c6/5c/79c65ce255bd4285e257cf30b2920efcfadfe3ad_2.file.footer-2.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/79/c6/5c/79c65ce255bd4285e257cf30b2920efcfadfe3ad_2.file.footer-2.tpl.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_template.php:385<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/27/d1/02/27d102cd45902fc97436406e4156d43db45d0fe3_2.file.footer.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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:515<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 478 AND `id_shop` = 1 |
496
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 108 AND `id_shop` = 1 |
496
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 27 AND `id_shop` = 1 LIMIT 1 |
495
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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 262 AND `id_shop` = 1 |
495
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 114 AND `id_shop` = 1 |
495
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 75 AND `id_shop` = 1 |
494
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 461 AND `id_shop` = 1 |
494
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 73 LIMIT 1 |
493
ms
|
1 |
|
|
/classes/Category.php:1377
/classes/Product.php:5628<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 92 LIMIT 1 |
493
ms
|
1 |
|
|
/classes/Category.php:1377
/classes/Product.php:5628<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 228) LIMIT 1 |
493
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 232 AND `id_shop` = 1 |
492
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 457 AND `id_shop` = 1 |
492
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 350 AND `id_shop` = 1 |
491
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "ps_currencyselector" 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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 98 AND `id_shop` = 1 |
491
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 341 AND `id_shop` = 1 |
491
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1 |
490
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<br>/tools/profiling/Hook.php:64<br>/config/smartyfront.config.inc.php:85<br>/config/smartyfront.config.inc.php:78<br>/config/smartyfront.config.inc.php:89<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/79/c6/5c/79c65ce255bd4285e257cf30b2920efcfadfe3ad_2.file.footer-2.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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/27/d1/02/27d102cd45902fc97436406e4156d43db45d0fe3_2.file.footer.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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:515<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 209 AND `id_shop` = 1 |
490
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 411 AND `id_shop` = 1 |
488
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 70 LIMIT 1 |
488
ms
|
1 |
|
|
/classes/Product.php:5629
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 143 AND `id_shop` = 1 |
487
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 205 AND `id_shop` = 1 |
487
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 294 AND `id_shop` = 1 |
486
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 125 LIMIT 1 |
486
ms
|
1 |
|
|
/classes/Product.php:5629
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1857 AND `id_group` = 1 LIMIT 1 |
485
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3965<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 113 AND `id_shop` = 1 |
482
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 69 AND `id_shop` = 1 LIMIT 1 |
482
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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/79/c6/5c/79c65ce255bd4285e257cf30b2920efcfadfe3ad_2.file.footer-2.tpl.php:111<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/79/c6/5c/79c65ce255bd4285e257cf30b2920efcfadfe3ad_2.file.footer-2.tpl.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_template.php:385<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/27/d1/02/27d102cd45902fc97436406e4156d43db45d0fe3_2.file.footer.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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:515<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:143<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 437 AND `id_shop` = 1 |
482
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1857 AND id_shop=1 LIMIT 1 |
482
ms
|
1 |
|
|
/classes/Product.php:6766
/classes/Product.php:3900<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 76 AND `id_shop` = 1 |
481
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 180 AND `id_shop` = 1 |
480
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 184 AND `id_shop` = 1 |
479
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1820 AND id_shop=1 LIMIT 1 |
479
ms
|
1 |
|
|
/classes/Product.php:6766
/classes/Product.php:3900<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1831 AND id_shop=1 LIMIT 1 |
479
ms
|
1 |
|
|
/classes/Product.php:6766
/classes/Product.php:3900<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 139 AND `id_shop` = 1 |
479
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 431 AND `id_shop` = 1 |
479
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 90 AND `id_shop` = 1 |
479
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 92 LIMIT 1 |
478
ms
|
1 |
|
|
/classes/Product.php:5629
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 285 AND `id_shop` = 1 |
478
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 182 AND `id_shop` = 1 |
478
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 321 AND `id_shop` = 1 |
477
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 287 AND `id_shop` = 1 |
476
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 89 AND `id_shop` = 1 |
476
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 222 AND `id_shop` = 1 |
475
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 64 AND `id_shop` = 1 |
475
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 320 AND `id_shop` = 1 |
475
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 335 AND `id_shop` = 1 |
474
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 374 AND `id_shop` = 1 |
474
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 304 AND `id_shop` = 1 |
474
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 351 AND `id_shop` = 1 |
474
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1832 AND id_shop=1 LIMIT 1 |
474
ms
|
1 |
|
|
/classes/Product.php:6766
/classes/Product.php:3900<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 462 AND `id_shop` = 1 |
473
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 75 LIMIT 1 |
473
ms
|
1 |
|
|
/classes/Product.php:5629
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 416 AND `id_shop` = 1 |
472
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_iqit_link_block` a
WHERE (a.`id_iqit_link_block` = 2) LIMIT 1 |
472
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/iqitlinksmanager/src/IqitLinkBlock.php:43<br>/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:178<br>/modules/iqitlinksmanager/iqitlinksmanager.php:131<br>/modules/iqitlinksmanager/iqitlinksmanager.php:117<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:106<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 178 AND `id_shop` = 1 |
472
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 451 AND `id_shop` = 1 |
472
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 156 AND `id_shop` = 1 |
471
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 70 LIMIT 1 |
470
ms
|
1 |
|
|
/classes/Category.php:1377
/classes/Product.php:5628<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 227 AND `id_shop` = 1 |
469
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 65 LIMIT 1 |
469
ms
|
1 |
|
|
/classes/Product.php:5629
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 129 AND `id_shop` = 1 |
468
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 458 AND `id_shop` = 1 |
467
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 86 LIMIT 1 |
467
ms
|
1 |
|
|
/classes/Product.php:5629
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 88 AND `id_shop` = 1 |
467
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 160 AND `id_shop` = 1 |
466
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 85 AND `id_shop` = 1 |
466
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 289 AND `id_shop` = 1 |
465
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 115 AND `id_shop` = 1 |
465
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 179 AND `id_shop` = 1 |
464
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 177 AND `id_shop` = 1 |
464
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 445 AND `id_shop` = 1 |
463
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 463 AND `id_shop` = 1 |
463
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 231) LIMIT 1 |
462
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 213 AND `id_shop` = 1 |
462
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 224 AND `id_shop` = 1 |
461
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:3408<br>/modules/iqitmegamenu/iqitmegamenu.php:2624<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1856 AND id_shop=1 LIMIT 1 |
461
ms
|
1 |
|
|
/classes/Product.php:6766
/classes/Product.php:3900<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 94 LIMIT 1 |
460
ms
|
1 |
|
|
/classes/Category.php:1377
/classes/Product.php:5628<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1824 AND id_shop=1 LIMIT 1 |
459
ms
|
1 |
|
|
/classes/Product.php:6766
/classes/Product.php:3900<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 225 AND `id_shop` = 1 |
459
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 288 AND `id_shop` = 1 |
459
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 128 AND `id_shop` = 1 |
457
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 268 AND `id_shop` = 1 |
456
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 144 LIMIT 1 |
455
ms
|
1 |
|
|
/classes/Category.php:1377
/classes/Product.php:5628<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 284 AND `id_shop` = 1 |
455
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 65 AND `id_shop` = 1 |
454
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 438 AND `id_shop` = 1 |
454
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 109 LIMIT 1 |
453
ms
|
1 |
|
|
/classes/Product.php:5629
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 263 AND `id_shop` = 1 |
451
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 230 AND `id_shop` = 1 |
451
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1825 AND id_shop=1 LIMIT 1 |
451
ms
|
1 |
|
|
/classes/Product.php:6766
/classes/Product.php:3900<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 443 AND `id_shop` = 1 |
450
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1 |
448
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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:44<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1849 AND id_shop=1 LIMIT 1 |
446
ms
|
1 |
|
|
/classes/Product.php:6766
/classes/Product.php:3900<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 483 AND `id_shop` = 1 |
445
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1821 AND id_shop=1 LIMIT 1 |
444
ms
|
1 |
|
|
/classes/Product.php:6766
/classes/Product.php:3900<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1847 AND id_shop=1 LIMIT 1 |
441
ms
|
1 |
|
|
/classes/Product.php:6766
/classes/Product.php:3900<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 231 AND `id_shop` = 1 |
441
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 65 LIMIT 1 |
441
ms
|
1 |
|
|
/classes/Product.php:5629
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 175 AND `id_shop` = 1 |
439
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1828 AND id_shop=1 LIMIT 1 |
439
ms
|
1 |
|
|
/classes/Product.php:6766
/classes/Product.php:3900<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 446 AND `id_shop` = 1 |
437
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 91 AND `id_shop` = 1 |
436
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1858 AND id_shop=1 LIMIT 1 |
434
ms
|
1 |
|
|
/classes/Product.php:6766
/classes/Product.php:3900<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 206 AND `id_shop` = 1 |
433
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/iqitmegamenu/iqitmegamenu.php:3484<br>/modules/iqitmegamenu/iqitmegamenu.php:3515<br>/modules/iqitmegamenu/iqitmegamenu.php:3518<br>/modules/iqitmegamenu/iqitmegamenu.php:1753<br>/modules/iqitmegamenu/iqitmegamenu.php:3251<br>/modules/iqitmegamenu/iqitmegamenu.php:2615<br>/modules/iqitmegamenu/iqitmegamenu.php:2594<br>/modules/iqitmegamenu/iqitmegamenu.php:2581<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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php:161<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.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>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:279<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php:76<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_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:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.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>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/dev/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php:100<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/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/Smarty/SmartyDev.php:40<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1833 AND id_shop=1 LIMIT 1 |
428
ms
|
1 |
|
|
/classes/Product.php:6766
/classes/Product.php:3900<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1861 AND id_shop=1 LIMIT 1 |
418
ms
|
1 |
|
|
/classes/Product.php:6766
/classes/Product.php:3900<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 73 LIMIT 1 |
416
ms
|
1 |
|
|
/classes/Product.php:5629
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1835 AND id_shop=1 LIMIT 1 |
416
ms
|
1 |
|
|
/classes/Product.php:6766
/classes/Product.php:3900<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1863 AND id_shop=1 LIMIT 1 |
410
ms
|
1 |
|
|
/classes/Product.php:6766
/classes/Product.php:3900<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1823 AND id_shop=1 LIMIT 1 |
405
ms
|
1 |
|
|
/classes/Product.php:6766
/classes/Product.php:3900<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 94 LIMIT 1 |
402
ms
|
1 |
|
|
/classes/Product.php:5629
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1854 AND id_shop=1 LIMIT 1 |
396
ms
|
1 |
|
|
/classes/Product.php:6766
/classes/Product.php:3900<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1826 AND id_shop=1 LIMIT 1 |
392
ms
|
1 |
|
|
/classes/Product.php:6766
/classes/Product.php:3900<br>/classes/Product.php:3690<br>/classes/Product.php:5647<br>/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 127 LIMIT 1 |
391
ms
|
1 |
|
|
/classes/Product.php:5629
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 70 LIMIT 1 |
390
ms
|
1 |
|
|
/classes/Product.php:5629
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 147 LIMIT 1 |
384
ms
|
1 |
|
|
/classes/Product.php:5629
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 144 LIMIT 1 |
384
ms
|
1 |
|
|
/classes/Product.php:5629
/classes/ProductAssembler.php:130<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|